Html Css Color HEX #E96EB2 Hot Pink

📋 copy color: '#E96EB2'

red 233 ◦ green 110 ◦ blue 178

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

Shades of Hot Pink #E96EB2

Tints of Hot Pink #E96EB2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.11%

 BLUE value IS 178 (69.92% from 255) = 34.17%

R = 44.72%
G = 21.11%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E96EB2 (or 0xE96EB2) is known color: Hot Pink. HEX triplet: E9, 6E and B2. RGB value is (233,110,178). Sum of RGB (Red+Green+Blue) = 233+110+178=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E96EB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96EB2 is #16914D. Grayscale: #9A9A9A. Windows color (decimal): -1478990 or 11693801. OLE color: 11693801.

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

Color convert

RGB 233 110 178 -
CMYK 0 0.53 0.24 0.09
HSL 326.83º 0.74% 0.67% -
HSV(B) 326.83º 0.53% 0.91% -
XYZ 47.22 31.69 45.75 -
YUV 154.53 141.25 183.97 -
System Red Green Blue C M Y K H S L
Decimal 233 110 178 0 0.53 0.24 0.09 326.83 0.74 0.67
Hex E9 6E B2 0 35 18 9 147 4A 43
Octal 351 156 262 0 65 30 11 507 112 103
Binary 11101001 1101110 10110010 0 110101 11000 1001 101000111 1001010 1000011

Color Harmonies of #E96EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96EB2

Black with #E96EB2

Text Example


Text Example

White with #E96EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96EB2; }

 p { color: rgb(233,110,178); }

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

background-color css

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

 a { background-color: rgb(233,110,178); }

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

border-color css

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

 span { border-color: rgb(233,110,178); }

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