Html Css Color HEX #E05CB5 Hot Pink

📋 copy color: '#E05CB5'

red 224 ◦ green 92 ◦ blue 181

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

Shades of Hot Pink #E05CB5

Tints of Hot Pink #E05CB5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.51%

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

R = 45.07%
G = 18.51%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E05CB5 (or 0xE05CB5) is known color: Hot Pink. HEX triplet: E0, 5C and B5. RGB value is (224,92,181). Sum of RGB (Red+Green+Blue) = 224+92+181=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E05CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05CB5 is #1FA34A. Grayscale: #8D8D8D. Windows color (decimal): -2073419 or 11885792. OLE color: 11885792.

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

Color convert

RGB 224 92 181 -
CMYK 0 0.59 0.19 0.12
HSL 319.55º 0.68% 0.62% -
HSV(B) 319.55º 0.59% 0.88% -
XYZ 42.91 26.84 46.63 -
YUV 141.61 150.23 186.76 -
System Red Green Blue C M Y K H S L
Decimal 224 92 181 0 0.59 0.19 0.12 319.55 0.68 0.62
Hex E0 5C B5 0 3B 13 C 140 44 3E
Octal 340 134 265 0 73 23 14 500 104 76
Binary 11100000 1011100 10110101 0 111011 10011 1100 101000000 1000100 111110

Color Harmonies of #E05CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05CB5

Black with #E05CB5

Text Example


Text Example

White with #E05CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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