Html Css Color HEX #EE1184 Deep Pink

📋 copy color: '#EE1184'

red 238 ◦ green 17 ◦ blue 132

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

Shades of Deep Pink #EE1184

Tints of Deep Pink #EE1184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.11%

R = 61.5%
G = 4.39%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE1184 (or 0xEE1184) is known color: Deep Pink. HEX triplet: EE, 11 and 84. RGB value is (238,17,132). Sum of RGB (Red+Green+Blue) = 238+17+132=387 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.50% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1184 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1184 is #11EE7B. Grayscale: #5F5F5F. Windows color (decimal): -1175164 or 8655342. OLE color: 8655342.

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

Color convert

RGB 238 17 132 -
CMYK 0 0.93 0.45 0.07
HSL 328.78º 0.87% 0.5% -
HSV(B) 328.78º 0.93% 0.93% -
XYZ 39.63 20.24 23.65 -
YUV 96.19 148.22 229.15 -
System Red Green Blue C M Y K H S L
Decimal 238 17 132 0 0.93 0.45 0.07 328.78 0.87 0.5
Hex EE 11 84 0 5D 2D 7 149 57 32
Octal 356 21 204 0 135 55 7 511 127 62
Binary 11101110 10001 10000100 0 1011101 101101 111 101001001 1010111 110010

Color Harmonies of #EE1184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1184

Black with #EE1184

Text Example


Text Example

White with #EE1184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1184; }

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

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

background-color css

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

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

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

border-color css

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

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

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