Html Css Color HEX #EA1488 Deep Pink

📋 copy color: '#EA1488'

red 234 ◦ green 20 ◦ blue 136

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

Shades of Deep Pink #EA1488

Tints of Deep Pink #EA1488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.13%

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

R = 60%
G = 5.13%
B = 34.87%

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

#EA1488 (or 0xEA1488) is known color: Deep Pink. HEX triplet: EA, 14 and 88. RGB value is (234,20,136). Sum of RGB (Red+Green+Blue) = 234+20+136=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1488 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1488 is #15EB77. Grayscale: #606060. Windows color (decimal): -1436536 or 8918250. OLE color: 8918250.

HSL color Cylindrical-coordinate representation of color #EA1488: hue angle of 327.48º degrees, saturation: 0.84, 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 #EA1488 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 20 136 -
CMYK 0 0.91 0.42 0.08
HSL 327.48º 0.84% 0.5% -
HSV(B) 327.48º 0.91% 0.92% -
XYZ 38.63 19.77 25.07 -
YUV 97.21 149.9 225.57 -
System Red Green Blue C M Y K H S L
Decimal 234 20 136 0 0.91 0.42 0.08 327.48 0.84 0.5
Hex EA 14 88 0 5B 2A 8 147 54 32
Octal 352 24 210 0 133 52 10 507 124 62
Binary 11101010 10100 10001000 0 1011011 101010 1000 101000111 1010100 110010

Color Harmonies of #EA1488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1488

Black with #EA1488

Text Example


Text Example

White with #EA1488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1488; }

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

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

background-color css

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

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

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

border-color css

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

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

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