#EE1B83

Color #EE1B83 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #EE1B83

Tints of Deep Pink #EE1B83

Color information

#EE1B83 (or 0xEE1B83) is unknown color: approx Deep Pink. HEX triplet: EE, 1B and 83. RGB value is (238,27,131). Sum of RGB (Red+Green+Blue) = 238+27+131=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1B83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1B83 is #11E47C. Grayscale: #656565. Windows color (decimal): -1172605 or 8592366. OLE color: 8592366.

HSL color Cylindrical-coordinate representation of color #EE1B83: hue angle of 330.43º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1B83 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB23827131-
CMYK00.890.450.07
HSL330.43º86.12%51.96%-
HSV(B)330.43º88.66%93.33%-
XYZ39.7520.623.35-
YUV101.94144.4225.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 60.10%
GREEN value IS 27 (10.94% from 255) = 6.82%
BLUE value IS 131 (51.56% from 255) = 33.08%
R=60.10%
G=6.82%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382713100.890.450.07330.4386.1251.96
HexEE1B830592D714a5634
Octal35633203013155751212664
Binary111011101101110000011010110011011011111010010101010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1B83; }

 p { color: rgb(238,27,131); }

 H1.HeaderClassName
 {
   color: #EE1B83;
 }
 .AnyTagClassName
 {
   color: #EE1B83;
 }
</style>
background-color css

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

 a { background-color: rgb(238,27,131); }

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

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

 span { border-color: rgb(238,27,131); }

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