Html Css Color HEX #E71894 Deep Pink

📋 copy color: '#E71894'

red 231 ◦ green 24 ◦ blue 148

#E71894
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #E71894

Tints of Deep Pink #E71894

RGB

 RED value IS 231 (90.63% from 255) = 57.32%

 GREEN value IS 24 (9.77% from 255) = 5.96%

 BLUE value IS 148 (58.2% from 255) = 36.72%

R = 57.32%
G = 5.96%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E71894 (or 0xE71894) is known color: Deep Pink. HEX triplet: E7, 18 and 94. RGB value is (231,24,148). Sum of RGB (Red+Green+Blue) = 231+24+148=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E71894 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71894 is #18E76B. Grayscale: #636363. Windows color (decimal): -1632108 or 9705703. OLE color: 9705703.

HSL color Cylindrical-coordinate representation of color #E71894: hue angle of 324.06º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E71894 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 24 148 -
CMYK 0 0.90 0.36 0.09
HSL 324.06º 0.81% 0.5% -
HSV(B) 324.06º 0.9% 0.91% -
XYZ 38.63 19.78 29.8 -
YUV 100.03 155.08 221.42 -
System Red Green Blue C M Y K H S L
Decimal 231 24 148 0 0.90 0.36 0.09 324.06 0.81 0.5
Hex E7 18 94 0 5A 24 9 144 51 32
Octal 347 30 224 0 132 44 11 504 121 62
Binary 11100111 11000 10010100 0 1011010 100100 1001 101000100 1010001 110010

Color Harmonies of #E71894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71894

Black with #E71894

Text Example


Text Example

White with #E71894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71894; }

 p { color: rgb(231,24,148); }

 H1.HeaderClassName
 {
   color: #E71894;
 }
 .AnyTagClassName
 {
   color: #E71894;
 }
</style>

background-color css

<style>
 a { background-color: #E71894; }

 a { background-color: rgb(231,24,148); }

 div.DivClassName
 {
   background-color: #E71894;
 }
 .BgClassName
 {
   background-color: #E71894;
 }
</style>

border-color css

<style>
 span { border-color: #E71894; }

 span { border-color: rgb(231,24,148); }

 td.TdClassName
 {
   border-color: #E71894;
 }
 .TagClassName
 {
   border-color: #E71894;
 }
</style>