#E870BF

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

Shades of Persian Pink #E870BF

Tints of Persian Pink #E870BF

Color information

#E870BF (or 0xE870BF) is unknown color: approx Persian Pink. HEX triplet: E8, 70 and BF. RGB value is (232,112,191). Sum of RGB (Red+Green+Blue) = 232+112+191=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 191 (75% from 255 or 35.70% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E870BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E870BF is #178F40. Grayscale: #9C9C9C. Windows color (decimal): -1544001 or 12546280. OLE color: 12546280.

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

Color convert

RGB232112191-
CMYK00.520.180.09
HSL320.5º72.29%67.45%-
HSV(B)320.5º51.72%90.98%-
XYZ48.4832.5153.01-
YUV156.89147.26181.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.36%
GREEN value IS 112 (44.14% from 255) = 20.93%
BLUE value IS 191 (75% from 255) = 35.70%
R=43.36%
G=20.93%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211219100.520.180.09320.572.2967.45
HexE870BF0341291404843
Octal3501602770642211500110103
Binary11101000111000010111111011010010010100110100000010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E870BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E870BF; }

 p { color: rgb(232,112,191); }

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

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

 a { background-color: rgb(232,112,191); }

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

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

 span { border-color: rgb(232,112,191); }

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