Html Css Color HEX #EA1880 Deep Pink

📋 copy color: '#EA1880'

red 234 ◦ green 24 ◦ blue 128

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

Shades of Deep Pink #EA1880

Tints of Deep Pink #EA1880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.16%

R = 60.62%
G = 6.22%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA1880 (or 0xEA1880) is known color: Deep Pink. HEX triplet: EA, 18 and 80. RGB value is (234,24,128). Sum of RGB (Red+Green+Blue) = 234+24+128=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 24 (9.77% from 255 or 6.22% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1880 is #15E77F. Grayscale: #626262. Windows color (decimal): -1435520 or 8394986. OLE color: 8394986.

HSL color Cylindrical-coordinate representation of color #EA1880: hue angle of 330.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1880 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 24 128 -
CMYK 0 0.90 0.45 0.08
HSL 330.29º 0.83% 0.51% -
HSV(B) 330.29º 0.9% 0.92% -
XYZ 38.15 19.7 22.21 -
YUV 98.65 144.57 224.54 -
System Red Green Blue C M Y K H S L
Decimal 234 24 128 0 0.90 0.45 0.08 330.29 0.83 0.51
Hex EA 18 80 0 5A 2D 8 14A 53 33
Octal 352 30 200 0 132 55 10 512 123 63
Binary 11101010 11000 10000000 0 1011010 101101 1000 101001010 1010011 110011

Color Harmonies of #EA1880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1880

Black with #EA1880

Text Example


Text Example

White with #EA1880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1880; }

 p { color: rgb(234,24,128); }

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

background-color css

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

 a { background-color: rgb(234,24,128); }

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

border-color css

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

 span { border-color: rgb(234,24,128); }

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