#E377BD

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

Shades of Persian Pink #E377BD

Tints of Persian Pink #E377BD

Color information

#E377BD (or 0xE377BD) is unknown color: approx Persian Pink. HEX triplet: E3, 77 and BD. RGB value is (227,119,189). Sum of RGB (Red+Green+Blue) = 227+119+189=535 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.43% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 227 - color contains mainly: red. Hex color #E377BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E377BD is #1C8842. Grayscale: #9F9F9F. Windows color (decimal): -1869891 or 12416995. OLE color: 12416995.

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

Color convert

RGB227119189-
CMYK00.480.170.11
HSL321.11º65.85%67.84%-
HSV(B)321.11º47.58%89.02%-
XYZ47.4633.252.05-
YUV159.27144.78176.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.43%
GREEN value IS 119 (46.88% from 255) = 22.24%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=42.43%
G=22.24%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711918900.480.170.11321.1165.8567.84
HexE377BD03011B1414244
Octal3431672750602113501102104
Binary11100011111011110111101011000010001101110100000110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E377BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E377BD; }

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

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

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

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

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

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

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

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