Html Css Color HEX #E960AD Hot Pink

📋 copy color: '#E960AD'

red 233 ◦ green 96 ◦ blue 173

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

Shades of Hot Pink #E960AD

Tints of Hot Pink #E960AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.46%

R = 46.41%
G = 19.12%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E960AD (or 0xE960AD) is known color: Hot Pink. HEX triplet: E9, 60 and AD. RGB value is (233,96,173). Sum of RGB (Red+Green+Blue) = 233+96+173=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E960AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E960AD is #169F52. Grayscale: #919191. Windows color (decimal): -1482579 or 11362537. OLE color: 11362537.

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

Color convert

RGB 233 96 173 -
CMYK 0 0.59 0.26 0.09
HSL 326.28º 0.76% 0.65% -
HSV(B) 326.28º 0.59% 0.91% -
XYZ 45.33 28.71 42.69 -
YUV 145.74 143.39 190.24 -
System Red Green Blue C M Y K H S L
Decimal 233 96 173 0 0.59 0.26 0.09 326.28 0.76 0.65
Hex E9 60 AD 0 3B 1A 9 146 4C 41
Octal 351 140 255 0 73 32 11 506 114 101
Binary 11101001 1100000 10101101 0 111011 11010 1001 101000110 1001100 1000001

Color Harmonies of #E960AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E960AD

Black with #E960AD

Text Example


Text Example

White with #E960AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E960AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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