Html Css Color HEX #E96BB1 Hot Pink

📋 copy color: '#E96BB1'

red 233 ◦ green 107 ◦ blue 177

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

Shades of Hot Pink #E96BB1

Tints of Hot Pink #E96BB1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.7%

 BLUE value IS 177 (69.53% from 255) = 34.24%

R = 45.07%
G = 20.7%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E96BB1 (or 0xE96BB1) is known color: Hot Pink. HEX triplet: E9, 6B and B1. RGB value is (233,107,177). Sum of RGB (Red+Green+Blue) = 233+107+177=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96BB1 is #16944E. Grayscale: #989898. Windows color (decimal): -1479759 or 11627497. OLE color: 11627497.

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

Color convert

RGB 233 107 177 -
CMYK 0 0.54 0.24 0.09
HSL 326.67º 0.74% 0.67% -
HSV(B) 326.67º 0.54% 0.91% -
XYZ 46.8 31.01 45.11 -
YUV 152.65 141.74 185.31 -
System Red Green Blue C M Y K H S L
Decimal 233 107 177 0 0.54 0.24 0.09 326.67 0.74 0.67
Hex E9 6B B1 0 36 18 9 147 4A 43
Octal 351 153 261 0 66 30 11 507 112 103
Binary 11101001 1101011 10110001 0 110110 11000 1001 101000111 1001010 1000011

Color Harmonies of #E96BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96BB1

Black with #E96BB1

Text Example


Text Example

White with #E96BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96BB1; }

 p { color: rgb(233,107,177); }

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

background-color css

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

 a { background-color: rgb(233,107,177); }

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

border-color css

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

 span { border-color: rgb(233,107,177); }

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