#E05FB8

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

Shades of Hot Pink #E05FB8

Tints of Hot Pink #E05FB8

Color information

#E05FB8 (or 0xE05FB8) is unknown color: approx Hot Pink. HEX triplet: E0, 5F and B8. RGB value is (224,95,184). Sum of RGB (Red+Green+Blue) = 224+95+184=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 95 (37.5% from 255 or 18.89% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E05FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05FB8 is #1FA047. Grayscale: #8F8F8F. Windows color (decimal): -2072648 or 12083168. OLE color: 12083168.

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

Color convert

RGB22495184-
CMYK00.580.180.12
HSL318.6º67.54%62.55%-
HSV(B)318.6º57.59%87.84%-
XYZ43.4827.4948.36-
YUV143.72150.74185.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.53%
GREEN value IS 95 (37.5% from 255) = 18.89%
BLUE value IS 184 (72.27% from 255) = 36.58%
R=44.53%
G=18.89%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249518400.580.180.12318.667.5462.55
HexE05FB803A12C13f443f
Octal340137270072221447710477
Binary1110000010111111011100001110101001011001001111111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05FB8; }

 p { color: rgb(224,95,184); }

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

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

 a { background-color: rgb(224,95,184); }

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

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

 span { border-color: rgb(224,95,184); }

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