Html Css Color HEX #EA0980 Deep Pink

📋 copy color: '#EA0980'

red 234 ◦ green 9 ◦ blue 128

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

Shades of Deep Pink #EA0980

Tints of Deep Pink #EA0980

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.43%

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

R = 63.07%
G = 2.43%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA0980 (or 0xEA0980) is known color: Deep Pink. HEX triplet: EA, 09 and 80. RGB value is (234,9,128). Sum of RGB (Red+Green+Blue) = 234+9+128=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0980 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0980 is #15F67F. Grayscale: #595959. Windows color (decimal): -1439360 or 8391146. OLE color: 8391146.

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

Color convert

RGB 234 9 128 -
CMYK 0 0.96 0.45 0.08
HSL 328.27º 0.93% 0.48% -
HSV(B) 328.27º 0.96% 0.92% -
XYZ 37.93 19.25 22.14 -
YUV 89.84 149.54 230.82 -
System Red Green Blue C M Y K H S L
Decimal 234 9 128 0 0.96 0.45 0.08 328.27 0.93 0.48
Hex EA 9 80 0 60 2D 8 148 5D 30
Octal 352 11 200 0 140 55 10 510 135 60
Binary 11101010 1001 10000000 0 1100000 101101 1000 101001000 1011101 110000

Color Harmonies of #EA0980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0980

Black with #EA0980

Text Example


Text Example

White with #EA0980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0980; }

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

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

background-color css

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

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

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

border-color css

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

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

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