#E377B9

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

Shades of Persian Pink #E377B9

Tints of Persian Pink #E377B9

Color information

#E377B9 (or 0xE377B9) is unknown color: approx Persian Pink. HEX triplet: E3, 77 and B9. RGB value is (227,119,185). Sum of RGB (Red+Green+Blue) = 227+119+185=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E377B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E377B9 is #1C8846. Grayscale: #9E9E9E. Windows color (decimal): -1869895 or 12154851. OLE color: 12154851.

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

Color convert

RGB227119185-
CMYK00.480.190.11
HSL323.33º65.85%67.84%-
HSV(B)323.33º47.58%89.02%-
XYZ47.0333.0349.79-
YUV158.82142.78176.63-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.75%
GREEN value IS 119 (46.88% from 255) = 22.41%
BLUE value IS 185 (72.66% from 255) = 34.84%
R=42.75%
G=22.41%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711918500.480.190.11323.3365.8567.84
HexE377B903013B1434244
Octal3431672710602313503102104
Binary11100011111011110111001011000010011101110100001110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E377B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E377B9; }

 p { color: rgb(227,119,185); }

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

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

 a { background-color: rgb(227,119,185); }

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

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

 span { border-color: rgb(227,119,185); }

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