#E377B7

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

Shades of Persian Pink #E377B7

Tints of Persian Pink #E377B7

Color information

#E377B7 (or 0xE377B7) is unknown color: approx Persian Pink. HEX triplet: E3, 77 and B7. RGB value is (227,119,183). Sum of RGB (Red+Green+Blue) = 227+119+183=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 227 - color contains mainly: red. Hex color #E377B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E377B7 is #1C8848. Grayscale: #9E9E9E. Windows color (decimal): -1869897 or 12023779. OLE color: 12023779.

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

Color convert

RGB227119183-
CMYK00.480.190.11
HSL324.44º65.85%67.84%-
HSV(B)324.44º47.58%89.02%-
XYZ46.8232.9448.69-
YUV158.59141.78176.8-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.91%
GREEN value IS 119 (46.88% from 255) = 22.50%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=42.91%
G=22.50%
B=34.59%

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
Decimal22711918300.480.190.11324.4465.8567.84
HexE377B703013B1444244
Octal3431672670602313504102104
Binary11100011111011110110111011000010011101110100010010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E377B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E377B7; }

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

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

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

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

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

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

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

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