Html Css Color HEX #EA0486 Deep Pink

📋 copy color: '#EA0486'

red 234 ◦ green 4 ◦ blue 134

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

Shades of Deep Pink #EA0486

Tints of Deep Pink #EA0486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.02%

R = 62.9%
G = 1.08%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA0486 (or 0xEA0486) is known color: Deep Pink. HEX triplet: EA, 04 and 86. RGB value is (234,4,134). Sum of RGB (Red+Green+Blue) = 234+4+134=372 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.90% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0486 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0486 is #15FB79. Grayscale: #575757. Windows color (decimal): -1440634 or 8783082. OLE color: 8783082.

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

Color convert

RGB 234 4 134 -
CMYK 0 0.98 0.43 0.08
HSL 326.09º 0.97% 0.47% -
HSV(B) 326.09º 0.98% 0.92% -
XYZ 38.28 19.3 24.26 -
YUV 87.59 154.2 232.43 -
System Red Green Blue C M Y K H S L
Decimal 234 4 134 0 0.98 0.43 0.08 326.09 0.97 0.47
Hex EA 4 86 0 62 2B 8 146 61 2F
Octal 352 4 206 0 142 53 10 506 141 57
Binary 11101010 100 10000110 0 1100010 101011 1000 101000110 1100001 101111

Color Harmonies of #EA0486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0486

Black with #EA0486

Text Example


Text Example

White with #EA0486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0486; }

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

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

background-color css

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

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

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

border-color css

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

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

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