#E872BD

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

Shades of Persian Pink #E872BD

Tints of Persian Pink #E872BD

Color information

#E872BD (or 0xE872BD) is unknown color: approx Persian Pink. HEX triplet: E8, 72 and BD. RGB value is (232,114,189). Sum of RGB (Red+Green+Blue) = 232+114+189=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E872BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E872BD is #178D42. Grayscale: #9D9D9D. Windows color (decimal): -1543491 or 12415720. OLE color: 12415720.

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

Color convert

RGB232114189-
CMYK00.510.190.09
HSL321.86º71.95%67.84%-
HSV(B)321.86º50.86%90.98%-
XYZ48.4832.8651.93-
YUV157.83145.59180.9-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.36%
GREEN value IS 114 (44.92% from 255) = 21.31%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=43.36%
G=21.31%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211418900.510.190.09321.8671.9567.84
HexE872BD0331391424844
Octal3501622750632311502110104
Binary11101000111001010111101011001110011100110100001010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E872BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E872BD; }

 p { color: rgb(232,114,189); }

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

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

 a { background-color: rgb(232,114,189); }

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

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

 span { border-color: rgb(232,114,189); }

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