Html Css Color HEX #E96AB0 Hot Pink

📋 copy color: '#E96AB0'

red 233 ◦ green 106 ◦ blue 176

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

Shades of Hot Pink #E96AB0

Tints of Hot Pink #E96AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.17%

R = 45.24%
G = 20.58%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E96AB0 (or 0xE96AB0) is known color: Hot Pink. HEX triplet: E9, 6A and B0. RGB value is (233,106,176). Sum of RGB (Red+Green+Blue) = 233+106+176=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E96AB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96AB0 is #16954F. Grayscale: #979797. Windows color (decimal): -1480016 or 11561705. OLE color: 11561705.

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

Color convert

RGB 233 106 176 -
CMYK 0 0.55 0.24 0.09
HSL 326.93º 0.74% 0.66% -
HSV(B) 326.93º 0.55% 0.91% -
XYZ 46.59 30.77 44.56 -
YUV 151.95 141.58 185.81 -
System Red Green Blue C M Y K H S L
Decimal 233 106 176 0 0.55 0.24 0.09 326.93 0.74 0.66
Hex E9 6A B0 0 37 18 9 147 4A 42
Octal 351 152 260 0 67 30 11 507 112 102
Binary 11101001 1101010 10110000 0 110111 11000 1001 101000111 1001010 1000010

Color Harmonies of #E96AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96AB0

Black with #E96AB0

Text Example


Text Example

White with #E96AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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