#E077BE

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

Shades of Persian Pink #E077BE

Tints of Persian Pink #E077BE

Color information

#E077BE (or 0xE077BE) is unknown color: approx Persian Pink. HEX triplet: E0, 77 and BE. RGB value is (224,119,190). Sum of RGB (Red+Green+Blue) = 224+119+190=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E077BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E077BE is #1F8841. Grayscale: #9E9E9E. Windows color (decimal): -2066498 or 12482528. OLE color: 12482528.

HSL color Cylindrical-coordinate representation of color #E077BE: hue angle of 319.43º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E077BE is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB224119190-
CMYK00.470.150.12
HSL319.43º62.87%67.25%-
HSV(B)319.43º46.88%87.84%-
XYZ46.6332.7652.58-
YUV158.49145.79174.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.03%
GREEN value IS 119 (46.88% from 255) = 22.33%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=42.03%
G=22.33%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411919000.470.150.12319.4362.8767.25
HexE077BE02FFC13f3f43
Octal340167276057171447777103
Binary111000001110111101111100101111111111001001111111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E077BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E077BE; }

 p { color: rgb(224,119,190); }

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

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

 a { background-color: rgb(224,119,190); }

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

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

 span { border-color: rgb(224,119,190); }

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