Html Css Color HEX #EA0C83 Deep Pink

📋 copy color: '#EA0C83'

red 234 ◦ green 12 ◦ blue 131

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

Shades of Deep Pink #EA0C83

Tints of Deep Pink #EA0C83

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.18%

 BLUE value IS 131 (51.56% from 255) = 34.75%

R = 62.07%
G = 3.18%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA0C83 (or 0xEA0C83) is known color: Deep Pink. HEX triplet: EA, 0C and 83. RGB value is (234,12,131). Sum of RGB (Red+Green+Blue) = 234+12+131=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0C83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0C83 is #15F37C. Grayscale: #5B5B5B. Windows color (decimal): -1438589 or 8588522. OLE color: 8588522.

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

Color convert

RGB 234 12 131 -
CMYK 0 0.95 0.44 0.08
HSL 327.84º 0.9% 0.48% -
HSV(B) 327.84º 0.95% 0.92% -
XYZ 38.16 19.39 23.2 -
YUV 91.94 150.05 229.32 -
System Red Green Blue C M Y K H S L
Decimal 234 12 131 0 0.95 0.44 0.08 327.84 0.9 0.48
Hex EA C 83 0 5F 2C 8 148 5A 30
Octal 352 14 203 0 137 54 10 510 132 60
Binary 11101010 1100 10000011 0 1011111 101100 1000 101001000 1011010 110000

Color Harmonies of #EA0C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0C83

Black with #EA0C83

Text Example


Text Example

White with #EA0C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0C83; }

 p { color: rgb(234,12,131); }

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

background-color css

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

 a { background-color: rgb(234,12,131); }

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

border-color css

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

 span { border-color: rgb(234,12,131); }

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