Html Css Color HEX #EA0D8F Deep Pink

📋 copy color: '#EA0D8F'

red 234 ◦ green 13 ◦ blue 143

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

Shades of Deep Pink #EA0D8F

Tints of Deep Pink #EA0D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.67%

R = 60%
G = 3.33%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA0D8F (or 0xEA0D8F) is known color: Deep Pink. HEX triplet: EA, 0D and 8F. RGB value is (234,13,143). Sum of RGB (Red+Green+Blue) = 234+13+143=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0D8F is #15F270. Grayscale: #5D5D5D. Windows color (decimal): -1438321 or 9375210. OLE color: 9375210.

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

Color convert

RGB 234 13 143 -
CMYK 0 0.94 0.39 0.08
HSL 324.71º 0.89% 0.48% -
HSV(B) 324.71º 0.94% 0.92% -
XYZ 39.03 19.76 27.74 -
YUV 93.9 155.72 227.93 -
System Red Green Blue C M Y K H S L
Decimal 234 13 143 0 0.94 0.39 0.08 324.71 0.89 0.48
Hex EA D 8F 0 5E 27 8 145 59 30
Octal 352 15 217 0 136 47 10 505 131 60
Binary 11101010 1101 10001111 0 1011110 100111 1000 101000101 1011001 110000

Color Harmonies of #EA0D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0D8F

Black with #EA0D8F

Text Example


Text Example

White with #EA0D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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