Html Css Color HEX #EA0D8C Deep Pink

📋 copy color: '#EA0D8C'

red 234 ◦ green 13 ◦ blue 140

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

Shades of Deep Pink #EA0D8C

Tints of Deep Pink #EA0D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.18%

R = 60.47%
G = 3.36%
B = 36.18%

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

#EA0D8C (or 0xEA0D8C) is known color: Deep Pink. HEX triplet: EA, 0D and 8C. RGB value is (234,13,140). Sum of RGB (Red+Green+Blue) = 234+13+140=387 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.47% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0D8C is #15F273. Grayscale: #5D5D5D. Windows color (decimal): -1438324 or 9178602. OLE color: 9178602.

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

Color convert

RGB 234 13 140 -
CMYK 0 0.94 0.40 0.08
HSL 325.52º 0.89% 0.48% -
HSV(B) 325.52º 0.94% 0.92% -
XYZ 38.81 19.67 26.56 -
YUV 93.56 154.22 228.17 -
System Red Green Blue C M Y K H S L
Decimal 234 13 140 0 0.94 0.40 0.08 325.52 0.89 0.48
Hex EA D 8C 0 5E 28 8 146 59 30
Octal 352 15 214 0 136 50 10 506 131 60
Binary 11101010 1101 10001100 0 1011110 101000 1000 101000110 1011001 110000

Color Harmonies of #EA0D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0D8C

Black with #EA0D8C

Text Example


Text Example

White with #EA0D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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