Html Css Color HEX #E779AC Persian Pink

📋 copy color: '#E779AC'

red 231 ◦ green 121 ◦ blue 172

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

Shades of Persian Pink #E779AC

Tints of Persian Pink #E779AC

RGB

 RED value IS 231 (90.63% from 255) = 44.08%

 GREEN value IS 121 (47.66% from 255) = 23.09%

 BLUE value IS 172 (67.58% from 255) = 32.82%

R = 44.08%
G = 23.09%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E779AC (or 0xE779AC) is known color: Persian Pink. HEX triplet: E7, 79 and AC. RGB value is (231,121,172). Sum of RGB (Red+Green+Blue) = 231+121+172=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E779AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E779AC is #188653. Grayscale: #9F9F9F. Windows color (decimal): -1607252 or 11303399. OLE color: 11303399.

HSL color Cylindrical-coordinate representation of color #E779AC: hue angle of 332.18º degrees, saturation: 0.7, 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 #E779AC is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 121 172 -
CMYK 0 0.48 0.26 0.09
HSL 332.18º 0.7% 0.69% -
HSV(B) 332.18º 0.48% 0.91% -
XYZ 47.24 33.64 43.03 -
YUV 159.7 134.94 178.85 -
System Red Green Blue C M Y K H S L
Decimal 231 121 172 0 0.48 0.26 0.09 332.18 0.7 0.69
Hex E7 79 AC 0 30 1A 9 14C 46 45
Octal 347 171 254 0 60 32 11 514 106 105
Binary 11100111 1111001 10101100 0 110000 11010 1001 101001100 1000110 1000101

Color Harmonies of #E779AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E779AC

Black with #E779AC

Text Example


Text Example

White with #E779AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E779AC; }

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

 H1.HeaderClassName
 {
   color: #E779AC;
 }
 .AnyTagClassName
 {
   color: #E779AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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