#E96FB1

Color #E96FB1 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #E96FB1

Tints of Hot Pink #E96FB1

Color information

#E96FB1 (or 0xE96FB1) is unknown color: approx Hot Pink. HEX triplet: E9, 6F and B1. RGB value is (233,111,177). Sum of RGB (Red+Green+Blue) = 233+111+177=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96FB1 is #16904E. Grayscale: #9A9A9A. Windows color (decimal): -1478735 or 11628521. OLE color: 11628521.

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

Color convert

RGB233111177-
CMYK00.520.240.09
HSL327.54º73.49%67.45%-
HSV(B)327.54º52.36%91.37%-
XYZ47.2231.8745.26-
YUV155140.42183.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.72%
GREEN value IS 111 (43.75% from 255) = 21.31%
BLUE value IS 177 (69.53% from 255) = 33.97%
R=44.72%
G=21.31%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311117700.520.240.09327.5473.4967.45
HexE96FB10341891484943
Octal3511572610643011510111103
Binary11101001110111110110001011010011000100110100100010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96FB1; }

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

 H1.HeaderClassName
 {
   color: #E96FB1;
 }
 .AnyTagClassName
 {
   color: #E96FB1;
 }
</style>
background-color css

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

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

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

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

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

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