#E96EBC

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

Shades of Persian Pink #E96EBC

Tints of Persian Pink #E96EBC

Color information

#E96EBC (or 0xE96EBC) is unknown color: approx Persian Pink. HEX triplet: E9, 6E and BC. RGB value is (233,110,188). Sum of RGB (Red+Green+Blue) = 233+110+188=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E96EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96EBC is #169143. Grayscale: #9B9B9B. Windows color (decimal): -1478980 or 12349161. OLE color: 12349161.

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

Color convert

RGB233110188-
CMYK00.530.190.09
HSL321.95º73.65%67.25%-
HSV(B)321.95º52.79%91.37%-
XYZ48.2632.1151.23-
YUV155.67146.25183.16-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.88%
GREEN value IS 110 (43.36% from 255) = 20.72%
BLUE value IS 188 (73.83% from 255) = 35.40%
R=43.88%
G=20.72%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311018800.530.190.09321.9573.6567.25
HexE96EBC0351391424a43
Octal3511562740652311502112103
Binary11101001110111010111100011010110011100110100001010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96EBC; }

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

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

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

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

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

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

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

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