Html Css Color HEX #E05DB7 Hot Pink

📋 copy color: '#E05DB7'

red 224 ◦ green 93 ◦ blue 183

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

Shades of Hot Pink #E05DB7

Tints of Hot Pink #E05DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.6%

R = 44.8%
G = 18.6%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E05DB7 (or 0xE05DB7) is known color: Hot Pink. HEX triplet: E0, 5D and B7. RGB value is (224,93,183). Sum of RGB (Red+Green+Blue) = 224+93+183=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E05DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05DB7 is #1FA248. Grayscale: #8E8E8E. Windows color (decimal): -2073161 or 12017120. OLE color: 12017120.

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

Color convert

RGB 224 93 183 -
CMYK 0 0.58 0.18 0.12
HSL 318.78º 0.68% 0.62% -
HSV(B) 318.78º 0.58% 0.88% -
XYZ 43.2 27.09 47.75 -
YUV 142.43 150.9 186.18 -
System Red Green Blue C M Y K H S L
Decimal 224 93 183 0 0.58 0.18 0.12 318.78 0.68 0.62
Hex E0 5D B7 0 3A 12 C 13F 44 3E
Octal 340 135 267 0 72 22 14 477 104 76
Binary 11100000 1011101 10110111 0 111010 10010 1100 100111111 1000100 111110

Color Harmonies of #E05DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05DB7

Black with #E05DB7

Text Example


Text Example

White with #E05DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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