#e96fbc

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

Shades of Persian Pink #E96FBC

Tints of Persian Pink #E96FBC

Color information

#E96FBC (or 0xE96FBC) is unknown color: approx Persian Pink. HEX triplet: E9, 6F and BC. RGB value is (233,111,188). Sum of RGB (Red+Green+Blue) = 233+111+188=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96FBC is #169043. Grayscale: #9C9C9C. Windows color (decimal): -1478724 or 12349417. OLE color: 12349417.

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

Color convert

RGB233111188-
CMYK00.520.190.09
HSL322.13º73.49%67.45%-
HSV(B)322.13º52.36%91.37%-
XYZ48.3732.3251.27-
YUV156.26145.92182.74-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.80%
GREEN value IS 111 (43.75% from 255) = 20.86%
BLUE value IS 188 (73.83% from 255) = 35.34%
R=43.80%
G=20.86%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311118800.520.190.09322.1373.4967.45
HexE96FBC0341391424943
Octal3511572740642311502111103
Binary11101001110111110111100011010010011100110100001010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e96fbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e96fbc; }

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

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

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

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

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

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

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

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