Html Css Color HEX #EA0480 Deep Pink

📋 copy color: '#EA0480'

red 234 ◦ green 4 ◦ blue 128

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

Shades of Deep Pink #EA0480

Tints of Deep Pink #EA0480

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.09%

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

R = 63.93%
G = 1.09%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA0480 (or 0xEA0480) is known color: Deep Pink. HEX triplet: EA, 04 and 80. RGB value is (234,4,128). Sum of RGB (Red+Green+Blue) = 234+4+128=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0480 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0480 is #15FB7F. Grayscale: #565656. Windows color (decimal): -1440640 or 8389866. OLE color: 8389866.

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

Color convert

RGB 234 4 128 -
CMYK 0 0.98 0.45 0.08
HSL 327.65º 0.97% 0.47% -
HSV(B) 327.65º 0.98% 0.92% -
XYZ 37.87 19.14 22.12 -
YUV 86.91 151.2 232.92 -
System Red Green Blue C M Y K H S L
Decimal 234 4 128 0 0.98 0.45 0.08 327.65 0.97 0.47
Hex EA 4 80 0 62 2D 8 148 61 2F
Octal 352 4 200 0 142 55 10 510 141 57
Binary 11101010 100 10000000 0 1100010 101101 1000 101001000 1100001 101111

Color Harmonies of #EA0480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0480

Black with #EA0480

Text Example


Text Example

White with #EA0480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0480; }

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

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

background-color css

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

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

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

border-color css

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

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

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