#E873B5

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

Shades of Persian Pink #E873B5

Tints of Persian Pink #E873B5

Color information

#E873B5 (or 0xE873B5) is unknown color: approx Persian Pink. HEX triplet: E8, 73 and B5. RGB value is (232,115,181). Sum of RGB (Red+Green+Blue) = 232+115+181=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E873B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E873B5 is #178C4A. Grayscale: #9D9D9D. Windows color (decimal): -1543243 or 11891688. OLE color: 11891688.

HSL color Cylindrical-coordinate representation of color #E873B5: hue angle of 326.15º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E873B5 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB232115181-
CMYK00.500.220.09
HSL326.15º71.78%68.04%-
HSV(B)326.15º50.43%90.98%-
XYZ47.7532.7547.52-
YUV157.51141.26181.13-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.94%
GREEN value IS 115 (45.31% from 255) = 21.78%
BLUE value IS 181 (71.09% from 255) = 34.28%
R=43.94%
G=21.78%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211518100.500.220.09326.1571.7868.04
HexE873B50321691464844
Octal3501632650622611506110104
Binary11101000111001110110101011001010110100110100011010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E873B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E873B5; }

 p { color: rgb(232,115,181); }

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

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

 a { background-color: rgb(232,115,181); }

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

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

 span { border-color: rgb(232,115,181); }

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