Html Css Color HEX #EA0D87 Deep Pink

📋 copy color: '#EA0D87'

red 234 ◦ green 13 ◦ blue 135

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

Shades of Deep Pink #EA0D87

Tints of Deep Pink #EA0D87

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.4%

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

R = 61.26%
G = 3.4%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA0D87 (or 0xEA0D87) is known color: Deep Pink. HEX triplet: EA, 0D and 87. RGB value is (234,13,135). Sum of RGB (Red+Green+Blue) = 234+13+135=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0D87 is #15F278. Grayscale: #5C5C5C. Windows color (decimal): -1438329 or 8850922. OLE color: 8850922.

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

Color convert

RGB 234 13 135 -
CMYK 0 0.94 0.42 0.08
HSL 326.88º 0.89% 0.48% -
HSV(B) 326.88º 0.94% 0.92% -
XYZ 38.45 19.53 24.66 -
YUV 92.99 151.72 228.58 -
System Red Green Blue C M Y K H S L
Decimal 234 13 135 0 0.94 0.42 0.08 326.88 0.89 0.48
Hex EA D 87 0 5E 2A 8 147 59 30
Octal 352 15 207 0 136 52 10 507 131 60
Binary 11101010 1101 10000111 0 1011110 101010 1000 101000111 1011001 110000

Color Harmonies of #EA0D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0D87

Black with #EA0D87

Text Example


Text Example

White with #EA0D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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