Html Css Color HEX #EE1180 Deep Pink

📋 copy color: '#EE1180'

red 238 ◦ green 17 ◦ blue 128

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

Shades of Deep Pink #EE1180

Tints of Deep Pink #EE1180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.42%

R = 62.14%
G = 4.44%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EE1180 (or 0xEE1180) is known color: Deep Pink. HEX triplet: EE, 11 and 80. RGB value is (238,17,128). Sum of RGB (Red+Green+Blue) = 238+17+128=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1180 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1180 is #11EE7F. Grayscale: #5F5F5F. Windows color (decimal): -1175168 or 8393198. OLE color: 8393198.

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

Color convert

RGB 238 17 128 -
CMYK 0 0.93 0.46 0.07
HSL 329.86º 0.87% 0.5% -
HSV(B) 329.86º 0.93% 0.93% -
XYZ 39.36 20.14 22.23 -
YUV 95.73 146.22 229.47 -
System Red Green Blue C M Y K H S L
Decimal 238 17 128 0 0.93 0.46 0.07 329.86 0.87 0.5
Hex EE 11 80 0 5D 2E 7 14A 57 32
Octal 356 21 200 0 135 56 7 512 127 62
Binary 11101110 10001 10000000 0 1011101 101110 111 101001010 1010111 110010

Color Harmonies of #EE1180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1180

Black with #EE1180

Text Example


Text Example

White with #EE1180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1180; }

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

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

background-color css

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

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

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

border-color css

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

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

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