Html Css Color HEX #EA0987 Deep Pink

📋 copy color: '#EA0987'

red 234 ◦ green 9 ◦ blue 135

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

Shades of Deep Pink #EA0987

Tints of Deep Pink #EA0987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.71%

R = 61.9%
G = 2.38%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA0987 (or 0xEA0987) is known color: Deep Pink. HEX triplet: EA, 09 and 87. RGB value is (234,9,135). Sum of RGB (Red+Green+Blue) = 234+9+135=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0987 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0987 is #15F678. Grayscale: #5A5A5A. Windows color (decimal): -1439353 or 8849898. OLE color: 8849898.

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

Color convert

RGB 234 9 135 -
CMYK 0 0.96 0.42 0.08
HSL 326.4º 0.93% 0.48% -
HSV(B) 326.4º 0.96% 0.92% -
XYZ 38.4 19.44 24.65 -
YUV 90.64 153.04 230.25 -
System Red Green Blue C M Y K H S L
Decimal 234 9 135 0 0.96 0.42 0.08 326.4 0.93 0.48
Hex EA 9 87 0 60 2A 8 146 5D 30
Octal 352 11 207 0 140 52 10 506 135 60
Binary 11101010 1001 10000111 0 1100000 101010 1000 101000110 1011101 110000

Color Harmonies of #EA0987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0987

Black with #EA0987

Text Example


Text Example

White with #EA0987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0987; }

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

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

background-color css

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

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

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

border-color css

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

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

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