#EB5EAE

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

Shades of Hot Pink #EB5EAE

Tints of Hot Pink #EB5EAE

Color information

#EB5EAE (or 0xEB5EAE) is unknown color: approx Hot Pink. HEX triplet: EB, 5E and AE. RGB value is (235,94,174). Sum of RGB (Red+Green+Blue) = 235+94+174=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5EAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5EAE is #14A151. Grayscale: #919191. Windows color (decimal): -1352018 or 11427563. OLE color: 11427563.

HSL color Cylindrical-coordinate representation of color #EB5EAE: hue angle of 325.96º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB5EAE is Cyan = 0, Magento = 0.6, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB23594174-
CMYK00.60.260.08
HSL325.96º77.9%64.51%-
HSV(B)325.96º60%92.16%-
XYZ45.928.7243.17-
YUV145.28144.21192-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.72%
GREEN value IS 94 (37.11% from 255) = 18.69%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=46.72%
G=18.69%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359417400.60.260.08325.9677.964.51
HexEB5EAE03C1A81464e41
Octal3531362560743210506116101
Binary11101011101111010101110011110011010100010100011010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5EAE; }

 p { color: rgb(235,94,174); }

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

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

 a { background-color: rgb(235,94,174); }

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

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

 span { border-color: rgb(235,94,174); }

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