Html Css Color HEX #E960AA Hot Pink

📋 copy color: '#E960AA'

red 233 ◦ green 96 ◦ blue 170

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

Shades of Hot Pink #E960AA

Tints of Hot Pink #E960AA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.24%

 BLUE value IS 170 (66.8% from 255) = 34.07%

R = 46.69%
G = 19.24%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E960AA (or 0xE960AA) is known color: Hot Pink. HEX triplet: E9, 60 and AA. RGB value is (233,96,170). Sum of RGB (Red+Green+Blue) = 233+96+170=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E960AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E960AA is #169F55. Grayscale: #919191. Windows color (decimal): -1482582 or 11165929. OLE color: 11165929.

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

Color convert

RGB 233 96 170 -
CMYK 0 0.59 0.27 0.09
HSL 327.59º 0.76% 0.65% -
HSV(B) 327.59º 0.59% 0.91% -
XYZ 45.04 28.59 41.17 -
YUV 145.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 233 96 170 0 0.59 0.27 0.09 327.59 0.76 0.65
Hex E9 60 AA 0 3B 1B 9 148 4C 41
Octal 351 140 252 0 73 33 11 510 114 101
Binary 11101001 1100000 10101010 0 111011 11011 1001 101001000 1001100 1000001

Color Harmonies of #E960AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E960AA

Black with #E960AA

Text Example


Text Example

White with #E960AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E960AA; }

 p { color: rgb(233,96,170); }

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

background-color css

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

 a { background-color: rgb(233,96,170); }

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

border-color css

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

 span { border-color: rgb(233,96,170); }

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