Html Css Color HEX #EA117D Deep Pink

📋 copy color: '#EA117D'

red 234 ◦ green 17 ◦ blue 125

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

Shades of Deep Pink #EA117D

Tints of Deep Pink #EA117D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 62.23%
G = 4.52%
B = 33.24%

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

#EA117D (or 0xEA117D) is known color: Deep Pink. HEX triplet: EA, 11 and 7D. RGB value is (234,17,125). Sum of RGB (Red+Green+Blue) = 234+17+125=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA117D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA117D is #15EE82. Grayscale: #5D5D5D. Windows color (decimal): -1437315 or 8196586. OLE color: 8196586.

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

Color convert

RGB 234 17 125 -
CMYK 0 0.93 0.47 0.08
HSL 330.14º 0.86% 0.49% -
HSV(B) 330.14º 0.93% 0.92% -
XYZ 37.83 19.37 21.15 -
YUV 94.2 145.39 227.72 -
System Red Green Blue C M Y K H S L
Decimal 234 17 125 0 0.93 0.47 0.08 330.14 0.86 0.49
Hex EA 11 7D 0 5D 2F 8 14A 56 31
Octal 352 21 175 0 135 57 10 512 126 61
Binary 11101010 10001 1111101 0 1011101 101111 1000 101001010 1010110 110001

Color Harmonies of #EA117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA117D

Black with #EA117D

Text Example


Text Example

White with #EA117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA117D; }

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

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

background-color css

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

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

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

border-color css

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

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

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