Html Css Color HEX #E05DB5 Hot Pink

📋 copy color: '#E05DB5'

red 224 ◦ green 93 ◦ blue 181

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

Shades of Hot Pink #E05DB5

Tints of Hot Pink #E05DB5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.67%

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

R = 44.98%
G = 18.67%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E05DB5 (or 0xE05DB5) is known color: Hot Pink. HEX triplet: E0, 5D and B5. RGB value is (224,93,181). Sum of RGB (Red+Green+Blue) = 224+93+181=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E05DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05DB5 is #1FA24A. Grayscale: #8D8D8D. Windows color (decimal): -2073163 or 11886048. OLE color: 11886048.

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

Color convert

RGB 224 93 181 -
CMYK 0 0.58 0.19 0.12
HSL 319.69º 0.68% 0.62% -
HSV(B) 319.69º 0.58% 0.88% -
XYZ 43 27.01 46.66 -
YUV 142.2 149.9 186.34 -
System Red Green Blue C M Y K H S L
Decimal 224 93 181 0 0.58 0.19 0.12 319.69 0.68 0.62
Hex E0 5D B5 0 3A 13 C 140 44 3E
Octal 340 135 265 0 72 23 14 500 104 76
Binary 11100000 1011101 10110101 0 111010 10011 1100 101000000 1000100 111110

Color Harmonies of #E05DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05DB5

Black with #E05DB5

Text Example


Text Example

White with #E05DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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