#E05AB1

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

Shades of Hot Pink #E05AB1

Tints of Hot Pink #E05AB1

Color information

#E05AB1 (or 0xE05AB1) is unknown color: approx Hot Pink. HEX triplet: E0, 5A and B1. RGB value is (224,90,177). Sum of RGB (Red+Green+Blue) = 224+90+177=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E05AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05AB1 is #1FA54E. Grayscale: #8B8B8B. Windows color (decimal): -2073935 or 11623136. OLE color: 11623136.

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

Color convert

RGB22490177-
CMYK00.600.210.12
HSL321.04º68.37%61.57%-
HSV(B)321.04º59.82%87.84%-
XYZ42.3326.3344.45-
YUV139.98148.89187.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.62%
GREEN value IS 90 (35.55% from 255) = 18.33%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=45.62%
G=18.33%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249017700.600.210.12321.0468.3761.57
HexE05AB103C15C141443e
Octal340132261074251450110476
Binary1110000010110101011000101111001010111001010000011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05AB1; }

 p { color: rgb(224,90,177); }

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

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

 a { background-color: rgb(224,90,177); }

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

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

 span { border-color: rgb(224,90,177); }

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