Html Css Color HEX #E96DAE Hot Pink

📋 copy color: '#E96DAE'

red 233 ◦ green 109 ◦ blue 174

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

Shades of Hot Pink #E96DAE

Tints of Hot Pink #E96DAE

RGB

 RED value IS 233 (91.41% from 255) = 45.16%

 GREEN value IS 109 (42.97% from 255) = 21.12%

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

R = 45.16%
G = 21.12%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E96DAE (or 0xE96DAE) is known color: Hot Pink. HEX triplet: E9, 6D and AE. RGB value is (233,109,174). Sum of RGB (Red+Green+Blue) = 233+109+174=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96DAE is #169251. Grayscale: #999999. Windows color (decimal): -1479250 or 11431401. OLE color: 11431401.

HSL color Cylindrical-coordinate representation of color #E96DAE: hue angle of 328.55º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E96DAE is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 109 174 -
CMYK 0 0.53 0.25 0.09
HSL 328.55º 0.74% 0.67% -
HSV(B) 328.55º 0.53% 0.91% -
XYZ 46.71 31.32 43.63 -
YUV 153.49 139.58 184.71 -
System Red Green Blue C M Y K H S L
Decimal 233 109 174 0 0.53 0.25 0.09 328.55 0.74 0.67
Hex E9 6D AE 0 35 19 9 149 4A 43
Octal 351 155 256 0 65 31 11 511 112 103
Binary 11101001 1101101 10101110 0 110101 11001 1001 101001001 1001010 1000011

Color Harmonies of #E96DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96DAE

Black with #E96DAE

Text Example


Text Example

White with #E96DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96DAE; }

 p { color: rgb(233,109,174); }

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

background-color css

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

 a { background-color: rgb(233,109,174); }

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

border-color css

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

 span { border-color: rgb(233,109,174); }

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