#EB62A8

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

Shades of Hot Pink #EB62A8

Tints of Hot Pink #EB62A8

Color information

#EB62A8 (or 0xEB62A8) is unknown color: approx Hot Pink. HEX triplet: EB, 62 and A8. RGB value is (235,98,168). Sum of RGB (Red+Green+Blue) = 235+98+168=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB62A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB62A8 is #149D57. Grayscale: #929292. Windows color (decimal): -1351000 or 11035371. OLE color: 11035371.

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

Color convert

RGB23598168-
CMYK00.580.290.08
HSL329.34º77.4%65.29%-
HSV(B)329.34º58.3%92.16%-
XYZ45.729.2240.28-
YUV146.94139.89190.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.91%
GREEN value IS 98 (38.67% from 255) = 19.56%
BLUE value IS 168 (66.02% from 255) = 33.53%
R=46.91%
G=19.56%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359816800.580.290.08329.3477.465.29
HexEB62A803A1D81494d41
Octal3531422500723510511115101
Binary11101011110001010101000011101011101100010100100110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB62A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB62A8; }

 p { color: rgb(235,98,168); }

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

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

 a { background-color: rgb(235,98,168); }

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

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

 span { border-color: rgb(235,98,168); }

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