#EE1290

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

Shades of Deep Pink #EE1290

Tints of Deep Pink #EE1290

Color information

#EE1290 (or 0xEE1290) is unknown color: approx Deep Pink. HEX triplet: EE, 12 and 90. RGB value is (238,18,144). Sum of RGB (Red+Green+Blue) = 238+18+144=400 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.5% from 400); Green value is 18 (7.42% from 255 or 4.5% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1290 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1290 is #11ED6F. Grayscale: #616161. Windows color (decimal): -1174896 or 9442030. OLE color: 9442030.

HSL color Cylindrical-coordinate representation of color #EE1290: hue angle of 325.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE1290 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB23818144-
CMYK00.920.390.07
HSL325.64º86.61%50.2%-
HSV(B)325.64º92.44%93.33%-
XYZ40.5120.6228.23-
YUV98.14153.89227.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 59.5%
GREEN value IS 18 (7.42% from 255) = 4.5%
BLUE value IS 144 (56.64% from 255) = 36%
R=59.5%
G=4.5%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381814400.920.390.07325.6486.6150.2
HexEE129005C2771465732
Octal35622220013447750612762
Binary111011101001010010000010111001001111111010001101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1290; }

 p { color: rgb(238,18,144); }

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

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

 a { background-color: rgb(238,18,144); }

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

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

 span { border-color: rgb(238,18,144); }

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