#EE5BAF

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

Shades of Hot Pink #EE5BAF

Tints of Hot Pink #EE5BAF

Color information

#EE5BAF (or 0xEE5BAF) is unknown color: approx Hot Pink. HEX triplet: EE, 5B and AF. RGB value is (238,91,175). Sum of RGB (Red+Green+Blue) = 238+91+175=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 91 (35.94% from 255 or 18.06% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5BAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5BAF is #11A450. Grayscale: #909090. Windows color (decimal): -1156177 or 11492334. OLE color: 11492334.

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

Color convert

RGB23891175-
CMYK00.620.260.07
HSL325.71º81.22%64.51%-
HSV(B)325.71º61.76%93.33%-
XYZ46.7428.7543.64-
YUV144.53145.2194.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.22%
GREEN value IS 91 (35.94% from 255) = 18.06%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=47.22%
G=18.06%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389117500.620.260.07325.7181.2264.51
HexEE5BAF03E1A71465141
Octal356133257076327506121101
Binary1110111010110111010111101111101101011110100011010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5BAF; }

 p { color: rgb(238,91,175); }

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

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

 a { background-color: rgb(238,91,175); }

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

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

 span { border-color: rgb(238,91,175); }

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