#EE137C

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

Shades of Deep Pink #EE137C

Tints of Deep Pink #EE137C

Color information

#EE137C (or 0xEE137C) is unknown color: approx Deep Pink. HEX triplet: EE, 13 and 7C. RGB value is (238,19,124). Sum of RGB (Red+Green+Blue) = 238+19+124=381 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.47% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 238 - color contains mainly: red. Hex color #EE137C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE137C is #11EC83. Grayscale: #606060. Windows color (decimal): -1174660 or 8131566. OLE color: 8131566.

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

Color convert

RGB23819124-
CMYK00.920.480.07
HSL331.23º86.56%50.39%-
HSV(B)331.23º92.02%93.33%-
XYZ39.1320.120.89-
YUV96.45143.55228.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 62.47%
GREEN value IS 19 (7.81% from 255) = 4.99%
BLUE value IS 124 (48.83% from 255) = 32.55%
R=62.47%
G=4.99%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381912400.920.480.07331.2386.5650.39
HexEE137C05C30714b5732
Octal35623174013460751312762
Binary11101110100111111100010111001100001111010010111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE137C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE137C; }

 p { color: rgb(238,19,124); }

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

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

 a { background-color: rgb(238,19,124); }

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

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

 span { border-color: rgb(238,19,124); }

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