Html Css Color HEX #E71C9A Deep Pink

📋 copy color: '#E71C9A'

red 231 ◦ green 28 ◦ blue 154

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

Shades of Deep Pink #E71C9A

Tints of Deep Pink #E71C9A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.78%

 BLUE value IS 154 (60.55% from 255) = 37.29%

R = 55.93%
G = 6.78%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E71C9A (or 0xE71C9A) is known color: Deep Pink. HEX triplet: E7, 1C and 9A. RGB value is (231,28,154). Sum of RGB (Red+Green+Blue) = 231+28+154=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E71C9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71C9A is #18E365. Grayscale: #666666. Windows color (decimal): -1631078 or 10099943. OLE color: 10099943.

HSL color Cylindrical-coordinate representation of color #E71C9A: hue angle of 322.76º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71C9A is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 28 154 -
CMYK 0 0.88 0.33 0.09
HSL 322.76º 0.81% 0.51% -
HSV(B) 322.76º 0.88% 0.91% -
XYZ 39.2 20.15 32.4 -
YUV 103.06 156.75 219.25 -
System Red Green Blue C M Y K H S L
Decimal 231 28 154 0 0.88 0.33 0.09 322.76 0.81 0.51
Hex E7 1C 9A 0 58 21 9 143 51 33
Octal 347 34 232 0 130 41 11 503 121 63
Binary 11100111 11100 10011010 0 1011000 100001 1001 101000011 1010001 110011

Color Harmonies of #E71C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71C9A

Black with #E71C9A

Text Example


Text Example

White with #E71C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71C9A; }

 p { color: rgb(231,28,154); }

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

background-color css

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

 a { background-color: rgb(231,28,154); }

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

border-color css

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

 span { border-color: rgb(231,28,154); }

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