#e379b4

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

Shades of Persian Pink #E379B4

Tints of Persian Pink #E379B4

Color information

#E379B4 (or 0xE379B4) is unknown color: approx Persian Pink. HEX triplet: E3, 79 and B4. RGB value is (227,121,180). Sum of RGB (Red+Green+Blue) = 227+121+180=528 (69% of max value = 765). Red value is 227 (89.06% from 255 or 42.99% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 227 - color contains mainly: red. Hex color #E379B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E379B4 is #1C864B. Grayscale: #9F9F9F. Windows color (decimal): -1869388 or 11827683. OLE color: 11827683.

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

Color convert

RGB227121180-
CMYK00.470.210.11
HSL326.6º65.43%68.24%-
HSV(B)326.6º46.7%89.02%-
XYZ46.7533.347.14-
YUV159.42139.62176.2-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.99%
GREEN value IS 121 (47.66% from 255) = 22.92%
BLUE value IS 180 (70.70% from 255) = 34.09%
R=42.99%
G=22.92%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712118000.470.210.11326.665.4368.24
HexE379B402F15B1474144
Octal3431712640572513507101104
Binary11100011111100110110100010111110101101110100011110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e379b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e379b4; }

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

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

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

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

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

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

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

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