Html Css Color HEX #EE117D Deep Pink

📋 copy color: '#EE117D'

red 238 ◦ green 17 ◦ blue 125

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

Shades of Deep Pink #EE117D

Tints of Deep Pink #EE117D

RGB

 RED value IS 238 (93.36% from 255) = 62.63%

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

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

R = 62.63%
G = 4.47%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE117D (or 0xEE117D) is known color: Deep Pink. HEX triplet: EE, 11 and 7D. RGB value is (238,17,125). Sum of RGB (Red+Green+Blue) = 238+17+125=380 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.63% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 238 - color contains mainly: red. Hex color #EE117D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE117D is #11EE82. Grayscale: #5F5F5F. Windows color (decimal): -1175171 or 8196590. OLE color: 8196590.

HSL color Cylindrical-coordinate representation of color #EE117D: hue angle of 330.68º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE117D is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 17 125 -
CMYK 0 0.93 0.47 0.07
HSL 330.68º 0.87% 0.5% -
HSV(B) 330.68º 0.93% 0.93% -
XYZ 39.16 20.06 21.21 -
YUV 95.39 144.72 229.72 -
System Red Green Blue C M Y K H S L
Decimal 238 17 125 0 0.93 0.47 0.07 330.68 0.87 0.5
Hex EE 11 7D 0 5D 2F 7 14B 57 32
Octal 356 21 175 0 135 57 7 513 127 62
Binary 11101110 10001 1111101 0 1011101 101111 111 101001011 1010111 110010

Color Harmonies of #EE117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE117D

Black with #EE117D

Text Example


Text Example

White with #EE117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE117D; }

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

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

background-color css

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

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

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

border-color css

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

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

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