#E870B8

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

Shades of Persian Pink #E870B8

Tints of Persian Pink #E870B8

Color information

#E870B8 (or 0xE870B8) is unknown color: approx Persian Pink. HEX triplet: E8, 70 and B8. RGB value is (232,112,184). Sum of RGB (Red+Green+Blue) = 232+112+184=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E870B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E870B8 is #178F47. Grayscale: #9B9B9B. Windows color (decimal): -1544008 or 12087528. OLE color: 12087528.

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

Color convert

RGB232112184-
CMYK00.520.210.09
HSL324º72.29%67.45%-
HSV(B)324º51.72%90.98%-
XYZ47.7232.249.05-
YUV156.09143.76182.15-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.94%
GREEN value IS 112 (44.14% from 255) = 21.21%
BLUE value IS 184 (72.27% from 255) = 34.85%
R=43.94%
G=21.21%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211218400.520.210.0932472.2967.45
HexE870B80341591444843
Octal3501602700642511504110103
Binary11101000111000010111000011010010101100110100010010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E870B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E870B8; }

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

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

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

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

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

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

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

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