COLOR #E751CD

HEX: #E751CD RGB: (231,81,205)

Color info

#E751CD contains mainly red and blue colors. Web safe color of #E751CD is #FF66CC (or #F6C).

RGB color model

#E751CD color RGB value is (231,81,205).

RGB: (231,81,205) (91%, 32%, 80%)

RGB channels and saturation

R 231 of 255 = 91%
G 81 of 255 = 32%
B 205 of 255 = 80%

231
81
205

R + G + B ~ 68%. #E751CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 81 + 205 = 517 (100%)
R 231 of 517 ~ 44.68%
G 81 of 517 ~ 15.67%
B 205 of 517 ~ 39.65'%

%44.68
%15.67
%39.65

CMYK color model

#E751CD color CMYK value is (0,65,11,9).

  • cyan value is 0.00%
  • magenta value is 64.94%
  • yellow value is 11.26%
  • key color value is 9.41%

CMYK: (0,65,11,9)
C0M65Y11K9 (0%, 65%, 11%, 9%)
(0.00 / 0.65 / 0.11 / 0.09)

CMYK percentages

%0
%64.94
%11.26
%9.41

Codes

Color #E751CD in popluar color models

E7 51 CD
RGB 231 81 205
HSL 310° 75.76% 61.18%
HSB/HSV 310° 64.94% 90.59%
CMYK 0.00% 64.94% 11.26%
9.41%

Color #E751CD in popluar number systems.

HEX E7 51 CD
Decimal 231 81 205
Binary 11100111 1010001 11001101
Octal 347 121 315

Shades and tints

Shades of #E751CD

#E751CD
(231,81,205)
#D24ABB
(210,74,187)
#BD43A9
(189,67,169)
#A83C97
(168,60,151)
#933585
(147,53,133)
#7E2E73
(126,46,115)
#692761
(105,39,97)
#54204F
(84,32,79)
#3F193D
(63,25,61)
#2A122B
(42,18,43)
#150B19
(21,11,25)
#000000
(0,0,0)

Tints of #E751CD

#E751CD
(231,81,205)
#E960D1
(233,96,209)
#EB6FD5
(235,111,213)
#ED7ED9
(237,126,217)
#EF8DDD
(239,141,221)
#F19CE1
(241,156,225)
#F3ABE5
(243,171,229)
#F5BAE9
(245,186,233)
#F7C9ED
(247,201,237)
#F9D8F1
(249,216,241)
#FBE7F5
(251,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E751CD color. Also use rgb(231,81,205) instead hex code.

Text Font Color

.myTextColor { color: #E751CD; }

<p style="color:#E751CD">This sample text font color is #E751CD.</p>

This text font color is #E751CD.

Background Color

.myBgColor { background-color: #E751CD; }

<div style="background-color:#E751CD">Inner text</div>

This div background color is #E751CD.

Border color

.myBorderColor { border: 1px solid #E751CD; }

<div style="border:3px solid #E751CD">Div</div>

This div border color is #E751CD.

Opacity

.myOpacity80 { color: #E751CD; opacity: 0.8; }

<p style="color:#E751CD;opacity:0.8;">80%</p>

Text with #E751CD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E751CD;}

<p style="text-shadow: 3px 3px 1px #E751CD">Text here.</p>

This text has shadow with #E751CD color.


.textShadow {text-shadow: 3px 3px 1px #E751CD', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E751CD, 5px 5px 20px red">Text here.</p>

This text has shadow with #E751CD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E751CD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E751CD, Direction=45, Strength=4)">Text</p>

This text has shadow with #E751CD and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E751CD;
-webkit-box-shadow: 1px 1px 3px 2px #E751CD;
box-shadow: 1px 1px 3px 2px #E751CD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E751CD; -webkit-box-shadow: 1px 1px 3px 2px #E751CD; box-shadow:1px 1px 3px 2px #E751CD;">
Div content here
</div>

This div box has shadow with color #E751CD.

Preview

Color preview on black background

This text has color #E751CD on black background.


Color preview on white background

This text has color #E751CD on white background.


Black color preview on #E751CD background

This text has black color on #E751CD background.


White color preview on #E751CD background

This text has white color on #E751CD background.


Related colors

Complementary color

Complementary color for #hex is #18AE32.


I love getcolorcode.com

Triadic colors

1 #CDE751 and #51CDE7 with #E751CD are triadic colors.

2 #CD51E7 and #51E7CD with #E751CD are triadic colors.