Html Css Color HEX #EE118D Deep Pink

📋 copy color: '#EE118D'

red 238 ◦ green 17 ◦ blue 141

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

Shades of Deep Pink #EE118D

Tints of Deep Pink #EE118D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.61%

R = 60.1%
G = 4.29%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE118D (or 0xEE118D) is known color: Deep Pink. HEX triplet: EE, 11 and 8D. RGB value is (238,17,141). Sum of RGB (Red+Green+Blue) = 238+17+141=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE118D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE118D is #11EE72. Grayscale: #606060. Windows color (decimal): -1175155 or 9245166. OLE color: 9245166.

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

Color convert

RGB 238 17 141 -
CMYK 0 0.93 0.41 0.07
HSL 326.33º 0.87% 0.5% -
HSV(B) 326.33º 0.93% 0.93% -
XYZ 40.27 20.5 27.03 -
YUV 97.22 152.72 228.42 -
System Red Green Blue C M Y K H S L
Decimal 238 17 141 0 0.93 0.41 0.07 326.33 0.87 0.5
Hex EE 11 8D 0 5D 29 7 146 57 32
Octal 356 21 215 0 135 51 7 506 127 62
Binary 11101110 10001 10001101 0 1011101 101001 111 101000110 1010111 110010

Color Harmonies of #EE118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE118D

Black with #EE118D

Text Example


Text Example

White with #EE118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE118D; }

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

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

background-color css

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

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

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

border-color css

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

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

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