#EE0F7A

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

Shades of Deep Pink #EE0F7A

Tints of Deep Pink #EE0F7A

Color information

#EE0F7A (or 0xEE0F7A) is unknown color: approx Deep Pink. HEX triplet: EE, 0F and 7A. RGB value is (238,15,122). Sum of RGB (Red+Green+Blue) = 238+15+122=375 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.47% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0F7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0F7A is #11F085. Grayscale: #5D5D5D. Windows color (decimal): -1175686 or 7999470. OLE color: 7999470.

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

Color convert

RGB23815122-
CMYK00.940.490.07
HSL331.21º88.14%49.61%-
HSV(B)331.21º93.7%93.33%-
XYZ38.9419.9220.21-
YUV93.87143.88230.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 63.47%
GREEN value IS 15 (6.25% from 255) = 4%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=63.47%
G=4%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381512200.940.490.07331.2188.1449.61
HexEEF7A05E31714b5832
Octal35617172013661751313062
Binary1110111011111111010010111101100011111010010111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0F7A; }

 p { color: rgb(238,15,122); }

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

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

 a { background-color: rgb(238,15,122); }

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

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

 span { border-color: rgb(238,15,122); }

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