Html Css Color HEX #E85DB6 Hot Pink

📋 copy color: '#E85DB6'

red 232 ◦ green 93 ◦ blue 182

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

Shades of Hot Pink #E85DB6

Tints of Hot Pink #E85DB6

RGB

 RED value IS 232 (91.02% from 255) = 45.76%

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

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

R = 45.76%
G = 18.34%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E85DB6 (or 0xE85DB6) is known color: Hot Pink. HEX triplet: E8, 5D and B6. RGB value is (232,93,182). Sum of RGB (Red+Green+Blue) = 232+93+182=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E85DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85DB6 is #17A249. Grayscale: #909090. Windows color (decimal): -1548874 or 11951592. OLE color: 11951592.

HSL color Cylindrical-coordinate representation of color #E85DB6: hue angle of 321.58º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E85DB6 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 93 182 -
CMYK 0 0.60 0.22 0.09
HSL 321.58º 0.75% 0.64% -
HSV(B) 321.58º 0.6% 0.91% -
XYZ 45.64 28.36 47.33 -
YUV 144.71 149.05 190.26 -
System Red Green Blue C M Y K H S L
Decimal 232 93 182 0 0.60 0.22 0.09 321.58 0.75 0.64
Hex E8 5D B6 0 3C 16 9 142 4B 40
Octal 350 135 266 0 74 26 11 502 113 100
Binary 11101000 1011101 10110110 0 111100 10110 1001 101000010 1001011 1000000

Color Harmonies of #E85DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85DB6

Black with #E85DB6

Text Example


Text Example

White with #E85DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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