#E96CB7

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

Shades of Hot Pink #E96CB7

Tints of Hot Pink #E96CB7

Color information

#E96CB7 (or 0xE96CB7) is unknown color: approx Hot Pink. HEX triplet: E9, 6C and B7. RGB value is (233,108,183). Sum of RGB (Red+Green+Blue) = 233+108+183=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96CB7 is #169348. Grayscale: #999999. Windows color (decimal): -1479497 or 12020969. OLE color: 12020969.

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

Color convert

RGB233108183-
CMYK00.540.210.09
HSL324º73.96%66.86%-
HSV(B)324º53.65%91.37%-
XYZ47.5131.4748.37-
YUV153.92144.41184.4-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.47%
GREEN value IS 108 (42.58% from 255) = 20.61%
BLUE value IS 183 (71.88% from 255) = 34.92%
R=44.47%
G=20.61%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310818300.540.210.0932473.9666.86
HexE96CB70361591444a43
Octal3511542670662511504112103
Binary11101001110110010110111011011010101100110100010010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96CB7; }

 p { color: rgb(233,108,183); }

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

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

 a { background-color: rgb(233,108,183); }

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

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

 span { border-color: rgb(233,108,183); }

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