#E679AE

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

Shades of Persian Pink #E679AE

Tints of Persian Pink #E679AE

Color information

#E679AE (or 0xE679AE) is unknown color: approx Persian Pink. HEX triplet: E6, 79 and AE. RGB value is (230,121,174). Sum of RGB (Red+Green+Blue) = 230+121+174=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E679AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E679AE is #198651. Grayscale: #9F9F9F. Windows color (decimal): -1672786 or 11434470. OLE color: 11434470.

HSL color Cylindrical-coordinate representation of color #E679AE: hue angle of 330.83º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E679AE is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB230121174-
CMYK00.470.240.10
HSL330.83º68.55%68.82%-
HSV(B)330.83º47.39%90.2%-
XYZ47.1133.5544.04-
YUV159.63136.11178.19-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.81%
GREEN value IS 121 (47.66% from 255) = 23.05%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=43.81%
G=23.05%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012117400.470.240.10330.8368.5568.82
HexE679AE02F18A14b4545
Octal3461712560573012513105105
Binary11100110111100110101110010111111000101010100101110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E679AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E679AE; }

 p { color: rgb(230,121,174); }

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

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

 a { background-color: rgb(230,121,174); }

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

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

 span { border-color: rgb(230,121,174); }

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