Html Css Color HEX #E05AB5 Hot Pink

📋 copy color: '#E05AB5'

red 224 ◦ green 90 ◦ blue 181

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

Shades of Hot Pink #E05AB5

Tints of Hot Pink #E05AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.57%

R = 45.25%
G = 18.18%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E05AB5 (or 0xE05AB5) is known color: Hot Pink. HEX triplet: E0, 5A and B5. RGB value is (224,90,181). Sum of RGB (Red+Green+Blue) = 224+90+181=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E05AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05AB5 is #1FA54A. Grayscale: #8C8C8C. Windows color (decimal): -2073931 or 11885280. OLE color: 11885280.

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

Color convert

RGB 224 90 181 -
CMYK 0 0.60 0.19 0.12
HSL 319.25º 0.68% 0.62% -
HSV(B) 319.25º 0.6% 0.88% -
XYZ 42.74 26.5 46.58 -
YUV 140.44 150.89 187.6 -
System Red Green Blue C M Y K H S L
Decimal 224 90 181 0 0.60 0.19 0.12 319.25 0.68 0.62
Hex E0 5A B5 0 3C 13 C 13F 44 3E
Octal 340 132 265 0 74 23 14 477 104 76
Binary 11100000 1011010 10110101 0 111100 10011 1100 100111111 1000100 111110

Color Harmonies of #E05AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05AB5

Black with #E05AB5

Text Example


Text Example

White with #E05AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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