#E679AC

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

Shades of Persian Pink #E679AC

Tints of Persian Pink #E679AC

Color information

#E679AC (or 0xE679AC) is unknown color: approx Persian Pink. HEX triplet: E6, 79 and AC. RGB value is (230,121,172). Sum of RGB (Red+Green+Blue) = 230+121+172=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E679AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E679AC is #198653. Grayscale: #9F9F9F. Windows color (decimal): -1672788 or 11303398. OLE color: 11303398.

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

Color convert

RGB230121172-
CMYK00.470.250.10
HSL331.93º68.55%68.82%-
HSV(B)331.93º47.39%90.2%-
XYZ46.9233.4843.02-
YUV159.4135.11178.35-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.98%
GREEN value IS 121 (47.66% from 255) = 23.14%
BLUE value IS 172 (67.58% from 255) = 32.89%
R=43.98%
G=23.14%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012117200.470.250.10331.9368.5568.82
HexE679AC02F19A14c4545
Octal3461712540573112514105105
Binary11100110111100110101100010111111001101010100110010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E679AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E679AC; }

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

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

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

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

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

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

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

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