Html Css Color HEX #EA0D8D Deep Pink

📋 copy color: '#EA0D8D'

red 234 ◦ green 13 ◦ blue 141

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

Shades of Deep Pink #EA0D8D

Tints of Deep Pink #EA0D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.34%

R = 60.31%
G = 3.35%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA0D8D (or 0xEA0D8D) is known color: Deep Pink. HEX triplet: EA, 0D and 8D. RGB value is (234,13,141). Sum of RGB (Red+Green+Blue) = 234+13+141=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0D8D is #15F272. Grayscale: #5D5D5D. Windows color (decimal): -1438323 or 9244138. OLE color: 9244138.

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

Color convert

RGB 234 13 141 -
CMYK 0 0.94 0.40 0.08
HSL 325.25º 0.89% 0.48% -
HSV(B) 325.25º 0.94% 0.92% -
XYZ 38.88 19.7 26.95 -
YUV 93.67 154.72 228.09 -
System Red Green Blue C M Y K H S L
Decimal 234 13 141 0 0.94 0.40 0.08 325.25 0.89 0.48
Hex EA D 8D 0 5E 28 8 145 59 30
Octal 352 15 215 0 136 50 10 505 131 60
Binary 11101010 1101 10001101 0 1011110 101000 1000 101000101 1011001 110000

Color Harmonies of #EA0D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0D8D

Black with #EA0D8D

Text Example


Text Example

White with #EA0D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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