Html Css Color HEX #E05DB6 Hot Pink

📋 copy color: '#E05DB6'

red 224 ◦ green 93 ◦ blue 182

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

Shades of Hot Pink #E05DB6

Tints of Hot Pink #E05DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.47%

R = 44.89%
G = 18.64%
B = 36.47%

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

#E05DB6 (or 0xE05DB6) is known color: Hot Pink. HEX triplet: E0, 5D and B6. RGB value is (224,93,182). Sum of RGB (Red+Green+Blue) = 224+93+182=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E05DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E05DB6 is #1FA249. Grayscale: #8E8E8E. Windows color (decimal): -2073162 or 11951584. OLE color: 11951584.

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

Color convert

RGB 224 93 182 -
CMYK 0 0.58 0.19 0.12
HSL 319.24º 0.68% 0.62% -
HSV(B) 319.24º 0.58% 0.88% -
XYZ 43.1 27.05 47.21 -
YUV 142.32 150.4 186.26 -
System Red Green Blue C M Y K H S L
Decimal 224 93 182 0 0.58 0.19 0.12 319.24 0.68 0.62
Hex E0 5D B6 0 3A 13 C 13F 44 3E
Octal 340 135 266 0 72 23 14 477 104 76
Binary 11100000 1011101 10110110 0 111010 10011 1100 100111111 1000100 111110

Color Harmonies of #E05DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05DB6

Black with #E05DB6

Text Example


Text Example

White with #E05DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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