#E076BB

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

Shades of Persian Pink #E076BB

Tints of Persian Pink #E076BB

Color information

#E076BB (or 0xE076BB) is unknown color: approx Persian Pink. HEX triplet: E0, 76 and BB. RGB value is (224,118,187). Sum of RGB (Red+Green+Blue) = 224+118+187=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E076BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E076BB is #1F8944. Grayscale: #9D9D9D. Windows color (decimal): -2066757 or 12285664. OLE color: 12285664.

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

Color convert

RGB224118187-
CMYK00.470.170.12
HSL320.94º63.1%67.06%-
HSV(B)320.94º47.32%87.84%-
XYZ46.1932.3950.83-
YUV157.56144.62175.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.34%
GREEN value IS 118 (46.48% from 255) = 22.31%
BLUE value IS 187 (73.44% from 255) = 35.35%
R=42.34%
G=22.31%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411818700.470.170.12320.9463.167.06
HexE076BB02F11C1413f43
Octal340166273057211450177103
Binary1110000011101101011101101011111000111001010000011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E076BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E076BB; }

 p { color: rgb(224,118,187); }

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

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

 a { background-color: rgb(224,118,187); }

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

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

 span { border-color: rgb(224,118,187); }

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