Html Css Color HEX #EA0880 Deep Pink

📋 copy color: '#EA0880'

red 234 ◦ green 8 ◦ blue 128

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

Shades of Deep Pink #EA0880

Tints of Deep Pink #EA0880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.16%

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

R = 63.24%
G = 2.16%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA0880 (or 0xEA0880) is known color: Deep Pink. HEX triplet: EA, 08 and 80. RGB value is (234,8,128). Sum of RGB (Red+Green+Blue) = 234+8+128=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0880 is #15F77F. Grayscale: #595959. Windows color (decimal): -1439616 or 8390890. OLE color: 8390890.

HSL color Cylindrical-coordinate representation of color #EA0880: hue angle of 328.14º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA0880 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 8 128 -
CMYK 0 0.97 0.45 0.08
HSL 328.14º 0.93% 0.47% -
HSV(B) 328.14º 0.97% 0.92% -
XYZ 37.91 19.22 22.13 -
YUV 89.25 149.87 231.24 -
System Red Green Blue C M Y K H S L
Decimal 234 8 128 0 0.97 0.45 0.08 328.14 0.93 0.47
Hex EA 8 80 0 61 2D 8 148 5D 2F
Octal 352 10 200 0 141 55 10 510 135 57
Binary 11101010 1000 10000000 0 1100001 101101 1000 101001000 1011101 101111

Color Harmonies of #EA0880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0880

Black with #EA0880

Text Example


Text Example

White with #EA0880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0880; }

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

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

background-color css

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

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

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

border-color css

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

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

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