#E05BB5

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

Shades of Hot Pink #E05BB5

Tints of Hot Pink #E05BB5

Color information

#E05BB5 (or 0xE05BB5) is unknown color: approx Hot Pink. HEX triplet: E0, 5B and B5. RGB value is (224,91,181). Sum of RGB (Red+Green+Blue) = 224+91+181=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 91 (35.94% from 255 or 18.35% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E05BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05BB5 is #1FA44A. Grayscale: #8C8C8C. Windows color (decimal): -2073675 or 11885536. OLE color: 11885536.

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

Color convert

RGB22491181-
CMYK00.590.190.12
HSL319.4º68.21%61.76%-
HSV(B)319.4º59.38%87.84%-
XYZ42.8226.6746.61-
YUV141.03150.56187.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.16%
GREEN value IS 91 (35.94% from 255) = 18.35%
BLUE value IS 181 (71.09% from 255) = 36.49%
R=45.16%
G=18.35%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249118100.590.190.12319.468.2161.76
HexE05BB503B13C13f443e
Octal340133265073231447710476
Binary1110000010110111011010101110111001111001001111111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05BB5; }

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

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

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

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

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

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

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

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