Html Css Color HEX #EE1186 Deep Pink

📋 copy color: '#EE1186'

red 238 ◦ green 17 ◦ blue 134

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

Shades of Deep Pink #EE1186

Tints of Deep Pink #EE1186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.45%

R = 61.18%
G = 4.37%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE1186 (or 0xEE1186) is known color: Deep Pink. HEX triplet: EE, 11 and 86. RGB value is (238,17,134). Sum of RGB (Red+Green+Blue) = 238+17+134=389 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.18% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1186 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1186 is #11EE79. Grayscale: #606060. Windows color (decimal): -1175162 or 8786414. OLE color: 8786414.

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

Color convert

RGB 238 17 134 -
CMYK 0 0.93 0.44 0.07
HSL 328.24º 0.87% 0.5% -
HSV(B) 328.24º 0.93% 0.93% -
XYZ 39.76 20.3 24.38 -
YUV 96.42 149.22 228.99 -
System Red Green Blue C M Y K H S L
Decimal 238 17 134 0 0.93 0.44 0.07 328.24 0.87 0.5
Hex EE 11 86 0 5D 2C 7 148 57 32
Octal 356 21 206 0 135 54 7 510 127 62
Binary 11101110 10001 10000110 0 1011101 101100 111 101001000 1010111 110010

Color Harmonies of #EE1186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1186

Black with #EE1186

Text Example


Text Example

White with #EE1186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1186; }

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

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

background-color css

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

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

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

border-color css

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

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

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