Html Css Color HEX #E85DAE Hot Pink

📋 copy color: '#E85DAE'

red 232 ◦ green 93 ◦ blue 174

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

Shades of Hot Pink #E85DAE

Tints of Hot Pink #E85DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.87%

R = 46.49%
G = 18.64%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E85DAE (or 0xE85DAE) is known color: Hot Pink. HEX triplet: E8, 5D and AE. RGB value is (232,93,174). Sum of RGB (Red+Green+Blue) = 232+93+174=499 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.49% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 232 - color contains mainly: red. Hex color #E85DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85DAE is #17A251. Grayscale: #8F8F8F. Windows color (decimal): -1548882 or 11427304. OLE color: 11427304.

HSL color Cylindrical-coordinate representation of color #E85DAE: hue angle of 325.04º 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 #E85DAE is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 93 174 -
CMYK 0 0.60 0.25 0.09
HSL 325.04º 0.75% 0.64% -
HSV(B) 325.04º 0.6% 0.91% -
XYZ 44.83 28.04 43.09 -
YUV 143.8 145.05 190.91 -
System Red Green Blue C M Y K H S L
Decimal 232 93 174 0 0.60 0.25 0.09 325.04 0.75 0.64
Hex E8 5D AE 0 3C 19 9 145 4B 40
Octal 350 135 256 0 74 31 11 505 113 100
Binary 11101000 1011101 10101110 0 111100 11001 1001 101000101 1001011 1000000

Color Harmonies of #E85DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85DAE

Black with #E85DAE

Text Example


Text Example

White with #E85DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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