#E376B4

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

Shades of Persian Pink #E376B4

Tints of Persian Pink #E376B4

Color information

#E376B4 (or 0xE376B4) is unknown color: approx Persian Pink. HEX triplet: E3, 76 and B4. RGB value is (227,118,180). Sum of RGB (Red+Green+Blue) = 227+118+180=525 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.24% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 227 - color contains mainly: red. Hex color #E376B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376B4 is #1C894B. Grayscale: #9D9D9D. Windows color (decimal): -1870156 or 11826915. OLE color: 11826915.

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

Color convert

RGB227118180-
CMYK00.480.210.11
HSL325.87º66.06%67.65%-
HSV(B)325.87º48.02%89.02%-
XYZ46.432.5847.02-
YUV157.66140.61177.46-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.24%
GREEN value IS 118 (46.48% from 255) = 22.48%
BLUE value IS 180 (70.70% from 255) = 34.29%
R=43.24%
G=22.48%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711818000.480.210.11325.8766.0667.65
HexE376B403015B1464244
Octal3431662640602513506102104
Binary11100011111011010110100011000010101101110100011010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E376B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E376B4; }

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

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

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

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

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

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

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

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