#E370B1

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

Shades of Persian Pink #E370B1

Tints of Persian Pink #E370B1

Color information

#E370B1 (or 0xE370B1) is unknown color: approx Persian Pink. HEX triplet: E3, 70 and B1. RGB value is (227,112,177). Sum of RGB (Red+Green+Blue) = 227+112+177=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 227 - color contains mainly: red. Hex color #E370B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E370B1 is #1C8F4E. Grayscale: #999999. Windows color (decimal): -1871695 or 11628771. OLE color: 11628771.

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

Color convert

RGB227112177-
CMYK00.510.220.11
HSL326.09º67.25%66.47%-
HSV(B)326.09º50.66%89.02%-
XYZ45.4131.0945.2-
YUV153.79141.1180.21-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.99%
GREEN value IS 112 (44.14% from 255) = 21.71%
BLUE value IS 177 (69.53% from 255) = 34.30%
R=43.99%
G=21.71%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711217700.510.220.11326.0967.2566.47
HexE370B103316B1464342
Octal3431602610632613506103102
Binary11100011111000010110001011001110110101110100011010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E370B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E370B1; }

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

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

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

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

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

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

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

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