#E370B6

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

Shades of Persian Pink #E370B6

Tints of Persian Pink #E370B6

Color information

#E370B6 (or 0xE370B6) is unknown color: approx Persian Pink. HEX triplet: E3, 70 and B6. RGB value is (227,112,182). Sum of RGB (Red+Green+Blue) = 227+112+182=521 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.57% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 227 - color contains mainly: red. Hex color #E370B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E370B6 is #1C8F49. Grayscale: #9A9A9A. Windows color (decimal): -1871690 or 11956451. OLE color: 11956451.

HSL color Cylindrical-coordinate representation of color #E370B6: hue angle of 323.48º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E370B6 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB227112182-
CMYK00.510.200.11
HSL323.48º67.25%66.47%-
HSV(B)323.48º50.66%89.02%-
XYZ45.9231.347.88-
YUV154.36143.6179.81-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.57%
GREEN value IS 112 (44.14% from 255) = 21.50%
BLUE value IS 182 (71.48% from 255) = 34.93%
R=43.57%
G=21.50%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711218200.510.200.11323.4867.2566.47
HexE370B603314B1434342
Octal3431602660632413503103102
Binary11100011111000010110110011001110100101110100001110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E370B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E370B6; }

 p { color: rgb(227,112,182); }

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

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

 a { background-color: rgb(227,112,182); }

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

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

 span { border-color: rgb(227,112,182); }

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