#E05BB0

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

Shades of Hot Pink #E05BB0

Tints of Hot Pink #E05BB0

Color information

#E05BB0 (or 0xE05BB0) is unknown color: approx Hot Pink. HEX triplet: E0, 5B and B0. RGB value is (224,91,176). Sum of RGB (Red+Green+Blue) = 224+91+176=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E05BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05BB0 is #1FA44F. Grayscale: #8C8C8C. Windows color (decimal): -2073680 or 11557856. OLE color: 11557856.

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

Color convert

RGB22491176-
CMYK00.590.210.12
HSL321.65º68.21%61.76%-
HSV(B)321.65º59.38%87.84%-
XYZ42.3226.4643.95-
YUV140.46148.06187.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.62%
GREEN value IS 91 (35.94% from 255) = 18.53%
BLUE value IS 176 (69.14% from 255) = 35.85%
R=45.62%
G=18.53%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249117600.590.210.12321.6568.2161.76
HexE05BB003B15C142443e
Octal340133260073251450210476
Binary1110000010110111011000001110111010111001010000101000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05BB0; }

 p { color: rgb(224,91,176); }

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

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

 a { background-color: rgb(224,91,176); }

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

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

 span { border-color: rgb(224,91,176); }

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