#E870B5

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

Shades of Persian Pink #E870B5

Tints of Persian Pink #E870B5

Color information

#E870B5 (or 0xE870B5) is unknown color: approx Persian Pink. HEX triplet: E8, 70 and B5. RGB value is (232,112,181). Sum of RGB (Red+Green+Blue) = 232+112+181=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 232 - color contains mainly: red. Hex color #E870B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E870B5 is #178F4A. Grayscale: #9B9B9B. Windows color (decimal): -1544011 or 11890920. OLE color: 11890920.

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

Color convert

RGB232112181-
CMYK00.520.220.09
HSL325.5º72.29%67.45%-
HSV(B)325.5º51.72%90.98%-
XYZ47.4132.0847.41-
YUV155.75142.26182.39-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.19%
GREEN value IS 112 (44.14% from 255) = 21.33%
BLUE value IS 181 (71.09% from 255) = 34.48%
R=44.19%
G=21.33%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211218100.520.220.09325.572.2967.45
HexE870B50341691464843
Octal3501602650642611506110103
Binary11101000111000010110101011010010110100110100011010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E870B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E870B5; }

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

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

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

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

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

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

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

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