Html Css Color HEX #EA0481 Deep Pink

📋 copy color: '#EA0481'

red 234 ◦ green 4 ◦ blue 129

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

Shades of Deep Pink #EA0481

Tints of Deep Pink #EA0481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.15%

R = 63.76%
G = 1.09%
B = 35.15%

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

#EA0481 (or 0xEA0481) is known color: Deep Pink. HEX triplet: EA, 04 and 81. RGB value is (234,4,129). Sum of RGB (Red+Green+Blue) = 234+4+129=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0481 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0481 is #15FB7E. Grayscale: #565656. Windows color (decimal): -1440639 or 8455402. OLE color: 8455402.

HSL color Cylindrical-coordinate representation of color #EA0481: hue angle of 327.39º 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 #EA0481 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 4 129 -
CMYK 0 0.98 0.45 0.08
HSL 327.39º 0.97% 0.47% -
HSV(B) 327.39º 0.98% 0.92% -
XYZ 37.94 19.16 22.47 -
YUV 87.02 151.7 232.84 -
System Red Green Blue C M Y K H S L
Decimal 234 4 129 0 0.98 0.45 0.08 327.39 0.97 0.47
Hex EA 4 81 0 62 2D 8 147 61 2F
Octal 352 4 201 0 142 55 10 507 141 57
Binary 11101010 100 10000001 0 1100010 101101 1000 101000111 1100001 101111

Color Harmonies of #EA0481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0481

Black with #EA0481

Text Example


Text Example

White with #EA0481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0481; }

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

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

background-color css

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

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

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

border-color css

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

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

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