Html Css Color HEX #EA1688 Deep Pink

📋 copy color: '#EA1688'

red 234 ◦ green 22 ◦ blue 136

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

Shades of Deep Pink #EA1688

Tints of Deep Pink #EA1688

RGB

 RED value IS 234 (91.8% from 255) = 59.69%

 GREEN value IS 22 (8.98% from 255) = 5.61%

 BLUE value IS 136 (53.52% from 255) = 34.69%

R = 59.69%
G = 5.61%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA1688 (or 0xEA1688) is known color: Deep Pink. HEX triplet: EA, 16 and 88. RGB value is (234,22,136). Sum of RGB (Red+Green+Blue) = 234+22+136=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1688 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1688 is #15E977. Grayscale: #626262. Windows color (decimal): -1436024 or 8918762. OLE color: 8918762.

HSL color Cylindrical-coordinate representation of color #EA1688: hue angle of 327.74º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1688 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 22 136 -
CMYK 0 0.91 0.42 0.08
HSL 327.74º 0.83% 0.5% -
HSV(B) 327.74º 0.91% 0.92% -
XYZ 38.66 19.84 25.09 -
YUV 98.38 149.24 224.73 -
System Red Green Blue C M Y K H S L
Decimal 234 22 136 0 0.91 0.42 0.08 327.74 0.83 0.5
Hex EA 16 88 0 5B 2A 8 148 53 32
Octal 352 26 210 0 133 52 10 510 123 62
Binary 11101010 10110 10001000 0 1011011 101010 1000 101001000 1010011 110010

Color Harmonies of #EA1688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1688

Black with #EA1688

Text Example


Text Example

White with #EA1688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1688; }

 p { color: rgb(234,22,136); }

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

background-color css

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

 a { background-color: rgb(234,22,136); }

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

border-color css

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

 span { border-color: rgb(234,22,136); }

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