#EE53B9

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

Shades of Hot Pink #EE53B9

Tints of Hot Pink #EE53B9

Color information

#EE53B9 (or 0xEE53B9) is unknown color: approx Hot Pink. HEX triplet: EE, 53 and B9. RGB value is (238,83,185). Sum of RGB (Red+Green+Blue) = 238+83+185=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 83 (32.81% from 255 or 16.40% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE53B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE53B9 is #11AC46. Grayscale: #8C8C8C. Windows color (decimal): -1158215 or 12145646. OLE color: 12145646.

HSL color Cylindrical-coordinate representation of color #EE53B9: hue angle of 320.52º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE53B9 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB23883185-
CMYK00.650.220.07
HSL320.52º82.01%62.94%-
HSV(B)320.52º65.13%93.33%-
XYZ47.1127.8748.79-
YUV140.97152.85197.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.04%
GREEN value IS 83 (32.81% from 255) = 16.40%
BLUE value IS 185 (72.66% from 255) = 36.56%
R=47.04%
G=16.40%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388318500.650.220.07320.5282.0162.94
HexEE53B9041167141523f
Octal356123271010126750112277
Binary1110111010100111011100101000001101101111010000011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE53B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE53B9; }

 p { color: rgb(238,83,185); }

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

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

 a { background-color: rgb(238,83,185); }

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

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

 span { border-color: rgb(238,83,185); }

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