Html Css Color HEX #E96DAF Hot Pink

📋 copy color: '#E96DAF'

red 233 ◦ green 109 ◦ blue 175

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

Shades of Hot Pink #E96DAF

Tints of Hot Pink #E96DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.85%

R = 45.07%
G = 21.08%
B = 33.85%

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

#E96DAF (or 0xE96DAF) is known color: Hot Pink. HEX triplet: E9, 6D and AF. RGB value is (233,109,175). Sum of RGB (Red+Green+Blue) = 233+109+175=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96DAF is #169250. Grayscale: #999999. Windows color (decimal): -1479249 or 11496937. OLE color: 11496937.

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

Color convert

RGB 233 109 175 -
CMYK 0 0.53 0.25 0.09
HSL 328.06º 0.74% 0.67% -
HSV(B) 328.06º 0.53% 0.91% -
XYZ 46.81 31.36 44.14 -
YUV 153.6 140.08 184.63 -
System Red Green Blue C M Y K H S L
Decimal 233 109 175 0 0.53 0.25 0.09 328.06 0.74 0.67
Hex E9 6D AF 0 35 19 9 148 4A 43
Octal 351 155 257 0 65 31 11 510 112 103
Binary 11101001 1101101 10101111 0 110101 11001 1001 101001000 1001010 1000011

Color Harmonies of #E96DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96DAF

Black with #E96DAF

Text Example


Text Example

White with #E96DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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