#EB5EAD

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

Shades of Hot Pink #EB5EAD

Tints of Hot Pink #EB5EAD

Color information

#EB5EAD (or 0xEB5EAD) is unknown color: approx Hot Pink. HEX triplet: EB, 5E and AD. RGB value is (235,94,173). Sum of RGB (Red+Green+Blue) = 235+94+173=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5EAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5EAD is #14A152. Grayscale: #909090. Windows color (decimal): -1352019 or 11362027. OLE color: 11362027.

HSL color Cylindrical-coordinate representation of color #EB5EAD: hue angle of 326.38º 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 #EB5EAD is Cyan = 0, Magento = 0.6, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB23594173-
CMYK00.60.260.08
HSL326.38º77.9%64.51%-
HSV(B)326.38º60%92.16%-
XYZ45.8128.6842.66-
YUV145.16143.71192.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.81%
GREEN value IS 94 (37.11% from 255) = 18.73%
BLUE value IS 173 (67.97% from 255) = 34.46%
R=46.81%
G=18.73%
B=34.46%

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
Decimal2359417300.60.260.08326.3877.964.51
HexEB5EAD03C1A81464e41
Octal3531362550743210506116101
Binary11101011101111010101101011110011010100010100011010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5EAD; }

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

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

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

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

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

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

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

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