Html Css Color HEX #EA117C Deep Pink

📋 copy color: '#EA117C'

red 234 ◦ green 17 ◦ blue 124

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

Shades of Deep Pink #EA117C

Tints of Deep Pink #EA117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.53%

 BLUE value IS 124 (48.83% from 255) = 33.07%

R = 62.4%
G = 4.53%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA117C (or 0xEA117C) is known color: Deep Pink. HEX triplet: EA, 11 and 7C. RGB value is (234,17,124). Sum of RGB (Red+Green+Blue) = 234+17+124=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA117C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA117C is #15EE83. Grayscale: #5D5D5D. Windows color (decimal): -1437316 or 8131050. OLE color: 8131050.

HSL color Cylindrical-coordinate representation of color #EA117C: hue angle of 330.41º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA117C is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 17 124 -
CMYK 0 0.93 0.47 0.08
HSL 330.41º 0.86% 0.49% -
HSV(B) 330.41º 0.93% 0.92% -
XYZ 37.77 19.35 20.81 -
YUV 94.08 144.89 227.8 -
System Red Green Blue C M Y K H S L
Decimal 234 17 124 0 0.93 0.47 0.08 330.41 0.86 0.49
Hex EA 11 7C 0 5D 2F 8 14A 56 31
Octal 352 21 174 0 135 57 10 512 126 61
Binary 11101010 10001 1111100 0 1011101 101111 1000 101001010 1010110 110001

Color Harmonies of #EA117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA117C

Black with #EA117C

Text Example


Text Example

White with #EA117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA117C; }

 p { color: rgb(234,17,124); }

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

background-color css

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

 a { background-color: rgb(234,17,124); }

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

border-color css

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

 span { border-color: rgb(234,17,124); }

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