#e05fb7

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

Shades of Hot Pink #E05FB7

Tints of Hot Pink #E05FB7

Color information

#E05FB7 (or 0xE05FB7) is unknown color: approx Hot Pink. HEX triplet: E0, 5F and B7. RGB value is (224,95,183). Sum of RGB (Red+Green+Blue) = 224+95+183=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E05FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05FB7 is #1FA048. Grayscale: #8F8F8F. Windows color (decimal): -2072649 or 12017632. OLE color: 12017632.

HSL color Cylindrical-coordinate representation of color #E05FB7: hue angle of 319.07º 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 #E05FB7 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB22495183-
CMYK00.580.180.12
HSL319.07º67.54%62.55%-
HSV(B)319.07º57.59%87.84%-
XYZ43.3827.4547.81-
YUV143.6150.24185.34-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.62%
GREEN value IS 95 (37.5% from 255) = 18.92%
BLUE value IS 183 (71.88% from 255) = 36.45%
R=44.62%
G=18.92%
B=36.45%

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
Decimal2249518300.580.180.12319.0767.5462.55
HexE05FB703A12C13f443f
Octal340137267072221447710477
Binary1110000010111111011011101110101001011001001111111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e05fb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e05fb7; }

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

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

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

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

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

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

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

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