#EE1C83

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

Shades of Deep Pink #EE1C83

Tints of Deep Pink #EE1C83

Color information

#EE1C83 (or 0xEE1C83) is unknown color: approx Deep Pink. HEX triplet: EE, 1C and 83. RGB value is (238,28,131). Sum of RGB (Red+Green+Blue) = 238+28+131=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1C83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1C83 is #11E37C. Grayscale: #666666. Windows color (decimal): -1172349 or 8592622. OLE color: 8592622.

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

Color convert

RGB23828131-
CMYK00.880.450.07
HSL330.57º86.07%52.16%-
HSV(B)330.57º88.24%93.33%-
XYZ39.7720.6523.36-
YUV102.53144.07224.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 59.95%
GREEN value IS 28 (11.33% from 255) = 7.05%
BLUE value IS 131 (51.56% from 255) = 33.00%
R=59.95%
G=7.05%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382813100.880.450.07330.5786.0752.16
HexEE1C830582D714b5634
Octal35634203013055751312664
Binary111011101110010000011010110001011011111010010111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1C83; }

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

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

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

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

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

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

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

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