#E96DBB

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

Shades of Persian Pink #E96DBB

Tints of Persian Pink #E96DBB

Color information

#E96DBB (or 0xE96DBB) is unknown color: approx Persian Pink. HEX triplet: E9, 6D and BB. RGB value is (233,109,187). Sum of RGB (Red+Green+Blue) = 233+109+187=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DBB is #169244. Grayscale: #9A9A9A. Windows color (decimal): -1479237 or 12283369. OLE color: 12283369.

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

Color convert

RGB233109187-
CMYK00.530.200.09
HSL322.26º73.81%67.06%-
HSV(B)322.26º53.22%91.37%-
XYZ48.0431.8550.63-
YUV154.97146.08183.66-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.05%
GREEN value IS 109 (42.97% from 255) = 20.60%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=44.05%
G=20.60%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310918700.530.200.09322.2673.8167.06
HexE96DBB0351491424a43
Octal3511552730652411502112103
Binary11101001110110110111011011010110100100110100001010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96DBB; }

 p { color: rgb(233,109,187); }

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

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

 a { background-color: rgb(233,109,187); }

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

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

 span { border-color: rgb(233,109,187); }

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