Html Css Color HEX #E96CA9 Hot Pink

📋 copy color: '#E96CA9'

red 233 ◦ green 108 ◦ blue 169

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

Shades of Hot Pink #E96CA9

Tints of Hot Pink #E96CA9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.18%

 BLUE value IS 169 (66.41% from 255) = 33.14%

R = 45.69%
G = 21.18%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E96CA9 (or 0xE96CA9) is known color: Hot Pink. HEX triplet: E9, 6C and A9. RGB value is (233,108,169). Sum of RGB (Red+Green+Blue) = 233+108+169=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 169 (66.41% from 255 or 33.14% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96CA9 is #169356. Grayscale: #989898. Windows color (decimal): -1479511 or 11103465. OLE color: 11103465.

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

Color convert

RGB 233 108 169 -
CMYK 0 0.54 0.27 0.09
HSL 330.72º 0.74% 0.67% -
HSV(B) 330.72º 0.54% 0.91% -
XYZ 46.13 30.91 41.07 -
YUV 152.33 137.41 185.54 -
System Red Green Blue C M Y K H S L
Decimal 233 108 169 0 0.54 0.27 0.09 330.72 0.74 0.67
Hex E9 6C A9 0 36 1B 9 14B 4A 43
Octal 351 154 251 0 66 33 11 513 112 103
Binary 11101001 1101100 10101001 0 110110 11011 1001 101001011 1001010 1000011

Color Harmonies of #E96CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96CA9

Black with #E96CA9

Text Example


Text Example

White with #E96CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96CA9; }

 p { color: rgb(233,108,169); }

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

background-color css

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

 a { background-color: rgb(233,108,169); }

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

border-color css

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

 span { border-color: rgb(233,108,169); }

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