Html Css Color HEX #E96AA6 Hot Pink

📋 copy color: '#E96AA6'

red 233 ◦ green 106 ◦ blue 166

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

Shades of Hot Pink #E96AA6

Tints of Hot Pink #E96AA6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.99%

 BLUE value IS 166 (65.23% from 255) = 32.87%

R = 46.14%
G = 20.99%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E96AA6 (or 0xE96AA6) is known color: Hot Pink. HEX triplet: E9, 6A and A6. RGB value is (233,106,166). Sum of RGB (Red+Green+Blue) = 233+106+166=505 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.14% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 233 - color contains mainly: red. Hex color #E96AA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96AA6 is #169559. Grayscale: #969696. Windows color (decimal): -1480026 or 10906345. OLE color: 10906345.

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

Color convert

RGB 233 106 166 -
CMYK 0 0.55 0.29 0.09
HSL 331.65º 0.74% 0.66% -
HSV(B) 331.65º 0.55% 0.91% -
XYZ 45.64 30.38 39.54 -
YUV 150.81 136.58 186.62 -
System Red Green Blue C M Y K H S L
Decimal 233 106 166 0 0.55 0.29 0.09 331.65 0.74 0.66
Hex E9 6A A6 0 37 1D 9 14C 4A 42
Octal 351 152 246 0 67 35 11 514 112 102
Binary 11101001 1101010 10100110 0 110111 11101 1001 101001100 1001010 1000010

Color Harmonies of #E96AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96AA6

Black with #E96AA6

Text Example


Text Example

White with #E96AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96AA6; }

 p { color: rgb(233,106,166); }

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

background-color css

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

 a { background-color: rgb(233,106,166); }

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

border-color css

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

 span { border-color: rgb(233,106,166); }

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