Html Css Color HEX #E05AB0 Hot Pink

📋 copy color: '#E05AB0'

red 224 ◦ green 90 ◦ blue 176

#E05AB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #E05AB0

Tints of Hot Pink #E05AB0

RGB

 RED value IS 224 (87.89% from 255) = 45.71%

 GREEN value IS 90 (35.55% from 255) = 18.37%

 BLUE value IS 176 (69.14% from 255) = 35.92%

R = 45.71%
G = 18.37%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E05AB0 (or 0xE05AB0) is known color: Hot Pink. HEX triplet: E0, 5A and B0. RGB value is (224,90,176). Sum of RGB (Red+Green+Blue) = 224+90+176=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E05AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05AB0 is #1FA54F. Grayscale: #8B8B8B. Windows color (decimal): -2073936 or 11557600. OLE color: 11557600.

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

Color convert

RGB 224 90 176 -
CMYK 0 0.60 0.21 0.12
HSL 321.49º 0.68% 0.62% -
HSV(B) 321.49º 0.6% 0.88% -
XYZ 42.23 26.29 43.92 -
YUV 139.87 148.39 188.01 -
System Red Green Blue C M Y K H S L
Decimal 224 90 176 0 0.60 0.21 0.12 321.49 0.68 0.62
Hex E0 5A B0 0 3C 15 C 141 44 3E
Octal 340 132 260 0 74 25 14 501 104 76
Binary 11100000 1011010 10110000 0 111100 10101 1100 101000001 1000100 111110

Color Harmonies of #E05AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05AB0

Black with #E05AB0

Text Example


Text Example

White with #E05AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05AB0; }

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

 H1.HeaderClassName
 {
   color: #E05AB0;
 }
 .AnyTagClassName
 {
   color: #E05AB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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