#EE1298

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

Shades of Deep Pink #EE1298

Tints of Deep Pink #EE1298

Color information

#EE1298 (or 0xEE1298) is unknown color: approx Deep Pink. HEX triplet: EE, 12 and 98. RGB value is (238,18,152). Sum of RGB (Red+Green+Blue) = 238+18+152=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1298 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1298 is #11ED67. Grayscale: #626262. Windows color (decimal): -1174888 or 9966318. OLE color: 9966318.

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

Color convert

RGB23818152-
CMYK00.920.360.07
HSL323.45º86.61%50.2%-
HSV(B)323.45º92.44%93.33%-
XYZ41.1420.8831.57-
YUV99.06157.89227.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 58.33%
GREEN value IS 18 (7.42% from 255) = 4.41%
BLUE value IS 152 (59.77% from 255) = 37.25%
R=58.33%
G=4.41%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381815200.920.360.07323.4586.6150.2
HexEE129805C2471435732
Octal35622230013444750312762
Binary111011101001010011000010111001001001111010000111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1298; }

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

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

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

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

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

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

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

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