#E370B4

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

Shades of Persian Pink #E370B4

Tints of Persian Pink #E370B4

Color information

#E370B4 (or 0xE370B4) is unknown color: approx Persian Pink. HEX triplet: E3, 70 and B4. RGB value is (227,112,180). Sum of RGB (Red+Green+Blue) = 227+112+180=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 227 - color contains mainly: red. Hex color #E370B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E370B4 is #1C8F4B. Grayscale: #999999. Windows color (decimal): -1871692 or 11825379. OLE color: 11825379.

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

Color convert

RGB227112180-
CMYK00.510.210.11
HSL324.52º67.25%66.47%-
HSV(B)324.52º50.66%89.02%-
XYZ45.7131.2146.8-
YUV154.14142.6179.97-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.74%
GREEN value IS 112 (44.14% from 255) = 21.58%
BLUE value IS 180 (70.70% from 255) = 34.68%
R=43.74%
G=21.58%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711218000.510.210.11324.5267.2566.47
HexE370B403315B1454342
Octal3431602640632513505103102
Binary11100011111000010110100011001110101101110100010110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E370B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E370B4; }

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

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

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

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

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

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

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

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