#EE55BA

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

Shades of Hot Pink #EE55BA

Tints of Hot Pink #EE55BA

Color information

#EE55BA (or 0xEE55BA) is unknown color: approx Hot Pink. HEX triplet: EE, 55 and BA. RGB value is (238,85,186). Sum of RGB (Red+Green+Blue) = 238+85+186=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 85 (33.59% from 255 or 16.70% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE55BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE55BA is #11AA45. Grayscale: #8E8E8E. Windows color (decimal): -1157702 or 12211694. OLE color: 12211694.

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

Color convert

RGB23885186-
CMYK00.640.220.07
HSL320.39º81.82%63.33%-
HSV(B)320.39º64.29%93.33%-
XYZ47.3728.2249.4-
YUV142.26152.69196.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.76%
GREEN value IS 85 (33.59% from 255) = 16.70%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=46.76%
G=16.70%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388518600.640.220.07320.3981.8263.33
HexEE55BA040167140523f
Octal356125272010026750012277
Binary1110111010101011011101001000000101101111010000001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE55BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE55BA; }

 p { color: rgb(238,85,186); }

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

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

 a { background-color: rgb(238,85,186); }

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

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

 span { border-color: rgb(238,85,186); }

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