Html Css Color HEX #E96DA8 Hot Pink

📋 copy color: '#E96DA8'

red 233 ◦ green 109 ◦ blue 168

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

Shades of Hot Pink #E96DA8

Tints of Hot Pink #E96DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.94%

R = 45.69%
G = 21.37%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#E96DA8 (or 0xE96DA8) is known color: Hot Pink. HEX triplet: E9, 6D and A8. RGB value is (233,109,168). Sum of RGB (Red+Green+Blue) = 233+109+168=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96DA8 is #169257. Grayscale: #989898. Windows color (decimal): -1479256 or 11038185. OLE color: 11038185.

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

Color convert

RGB 233 109 168 -
CMYK 0 0.53 0.28 0.09
HSL 331.45º 0.74% 0.67% -
HSV(B) 331.45º 0.53% 0.91% -
XYZ 46.14 31.09 40.61 -
YUV 152.8 136.58 185.2 -
System Red Green Blue C M Y K H S L
Decimal 233 109 168 0 0.53 0.28 0.09 331.45 0.74 0.67
Hex E9 6D A8 0 35 1C 9 14B 4A 43
Octal 351 155 250 0 65 34 11 513 112 103
Binary 11101001 1101101 10101000 0 110101 11100 1001 101001011 1001010 1000011

Color Harmonies of #E96DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96DA8

Black with #E96DA8

Text Example


Text Example

White with #E96DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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