#E874B1

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

Shades of Persian Pink #E874B1

Tints of Persian Pink #E874B1

Color information

#E874B1 (or 0xE874B1) is unknown color: approx Persian Pink. HEX triplet: E8, 74 and B1. RGB value is (232,116,177). Sum of RGB (Red+Green+Blue) = 232+116+177=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 232 - color contains mainly: red. Hex color #E874B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E874B1 is #178B4E. Grayscale: #9D9D9D. Windows color (decimal): -1542991 or 11629800. OLE color: 11629800.

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

Color convert

RGB232116177-
CMYK00.500.240.09
HSL328.45º71.6%68.24%-
HSV(B)328.45º50%90.98%-
XYZ47.4632.8245.43-
YUV157.64138.93181.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.19%
GREEN value IS 116 (45.70% from 255) = 22.10%
BLUE value IS 177 (69.53% from 255) = 33.71%
R=44.19%
G=22.10%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211617700.500.240.09328.4571.668.24
HexE874B10321891484844
Octal3501642610623011510110104
Binary11101000111010010110001011001011000100110100100010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E874B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E874B1; }

 p { color: rgb(232,116,177); }

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

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

 a { background-color: rgb(232,116,177); }

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

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

 span { border-color: rgb(232,116,177); }

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