Html Css Color HEX #E679AC Persian Pink

📋 copy color: '#E679AC'

red 230 ◦ green 121 ◦ blue 172

#E679AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #E679AC

Tints of Persian Pink #E679AC

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 value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E679AC (or 0xE679AC) is known color: 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

RGB 230 121 172 -
CMYK 0 0.47 0.25 0.10
HSL 331.93º 0.69% 0.69% -
HSV(B) 331.93º 0.47% 0.9% -
XYZ 46.92 33.48 43.02 -
YUV 159.41 135.11 178.35 -
System Red Green Blue C M Y K H S L
Decimal 230 121 172 0 0.47 0.25 0.10 331.93 0.69 0.69
Hex E6 79 AC 0 2F 19 A 14C 45 45
Octal 346 171 254 0 57 31 12 514 105 105
Binary 11100110 1111001 10101100 0 101111 11001 1010 101001100 1000101 1000101

Color Harmonies of #E679AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E679AC

Black with #E679AC

Text Example


Text Example

White with #E679AC

Text Example


Text Example

HTML Codes & Css Web 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>