#E376B5

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

Shades of Persian Pink #E376B5

Tints of Persian Pink #E376B5

Color information

#E376B5 (or 0xE376B5) is unknown color: approx Persian Pink. HEX triplet: E3, 76 and B5. RGB value is (227,118,181). Sum of RGB (Red+Green+Blue) = 227+118+181=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 227 - color contains mainly: red. Hex color #E376B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376B5 is #1C894A. Grayscale: #9D9D9D. Windows color (decimal): -1870155 or 11892451. OLE color: 11892451.

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

Color convert

RGB227118181-
CMYK00.480.200.11
HSL325.32º66.06%67.65%-
HSV(B)325.32º48.02%89.02%-
XYZ46.532.6247.56-
YUV157.77141.11177.38-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.16%
GREEN value IS 118 (46.48% from 255) = 22.43%
BLUE value IS 181 (71.09% from 255) = 34.41%
R=43.16%
G=22.43%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711818100.480.200.11325.3266.0667.65
HexE376B503014B1454244
Octal3431662650602413505102104
Binary11100011111011010110101011000010100101110100010110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E376B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E376B5; }

 p { color: rgb(227,118,181); }

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

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

 a { background-color: rgb(227,118,181); }

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

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

 span { border-color: rgb(227,118,181); }

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