#E062B7

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

Shades of Hot Pink #E062B7

Tints of Hot Pink #E062B7

Color information

#E062B7 (or 0xE062B7) is unknown color: approx Hot Pink. HEX triplet: E0, 62 and B7. RGB value is (224,98,183). Sum of RGB (Red+Green+Blue) = 224+98+183=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E062B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E062B7 is #1F9D48. Grayscale: #919191. Windows color (decimal): -2071881 or 12018400. OLE color: 12018400.

HSL color Cylindrical-coordinate representation of color #E062B7: hue angle of 319.52º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E062B7 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB22498183-
CMYK00.560.180.12
HSL319.52º67.02%63.14%-
HSV(B)319.52º56.25%87.84%-
XYZ43.662847.9-
YUV145.36149.24184.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.36%
GREEN value IS 98 (38.67% from 255) = 19.41%
BLUE value IS 183 (71.88% from 255) = 36.24%
R=44.36%
G=19.41%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249818300.560.180.12319.5267.0263.14
HexE062B703812C140433f
Octal340142267070221450010377
Binary1110000011000101011011101110001001011001010000001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E062B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E062B7; }

 p { color: rgb(224,98,183); }

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

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

 a { background-color: rgb(224,98,183); }

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

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

 span { border-color: rgb(224,98,183); }

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