#E96FBD

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

Shades of Persian Pink #E96FBD

Tints of Persian Pink #E96FBD

Color information

#E96FBD (or 0xE96FBD) is unknown color: approx Persian Pink. HEX triplet: E9, 6F and BD. RGB value is (233,111,189). Sum of RGB (Red+Green+Blue) = 233+111+189=533 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.71% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96FBD is #169042. Grayscale: #9C9C9C. Windows color (decimal): -1478723 or 12414953. OLE color: 12414953.

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

Color convert

RGB233111189-
CMYK00.520.190.09
HSL321.64º73.49%67.45%-
HSV(B)321.64º52.36%91.37%-
XYZ48.4732.3751.84-
YUV156.37146.42182.66-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.71%
GREEN value IS 111 (43.75% from 255) = 20.83%
BLUE value IS 189 (74.22% from 255) = 35.46%
R=43.71%
G=20.83%
B=35.46%

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
Decimal23311118900.520.190.09321.6473.4967.45
HexE96FBD0341391424943
Octal3511572750642311502111103
Binary11101001110111110111101011010010011100110100001010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96FBD; }

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

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

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

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

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

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

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

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