#E879BD

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

Shades of Persian Pink #E879BD

Tints of Persian Pink #E879BD

Color information

#E879BD (or 0xE879BD) is unknown color: approx Persian Pink. HEX triplet: E8, 79 and BD. RGB value is (232,121,189). Sum of RGB (Red+Green+Blue) = 232+121+189=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 121 (47.66% from 255 or 22.32% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E879BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E879BD is #178642. Grayscale: #A1A1A1. Windows color (decimal): -1541699 or 12417512. OLE color: 12417512.

HSL color Cylindrical-coordinate representation of color #E879BD: hue angle of 323.24º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E879BD is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB232121189-
CMYK00.480.190.09
HSL323.24º70.7%69.22%-
HSV(B)323.24º47.84%90.98%-
XYZ49.334.552.21-
YUV161.94143.27177.97-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.80%
GREEN value IS 121 (47.66% from 255) = 22.32%
BLUE value IS 189 (74.22% from 255) = 34.87%
R=42.80%
G=22.32%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212118900.480.190.09323.2470.769.22
HexE879BD0301391434745
Octal3501712750602311503107105
Binary11101000111100110111101011000010011100110100001110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E879BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E879BD; }

 p { color: rgb(232,121,189); }

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

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

 a { background-color: rgb(232,121,189); }

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

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

 span { border-color: rgb(232,121,189); }

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