Html Css Color HEX #E779AB Persian Pink

📋 copy color: '#E779AB'

red 231 ◦ green 121 ◦ blue 171

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

Shades of Persian Pink #E779AB

Tints of Persian Pink #E779AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.7%

R = 44.17%
G = 23.14%
B = 32.7%

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

#E779AB (or 0xE779AB) is known color: Persian Pink. HEX triplet: E7, 79 and AB. RGB value is (231,121,171). Sum of RGB (Red+Green+Blue) = 231+121+171=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E779AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E779AB is #188654. Grayscale: #9F9F9F. Windows color (decimal): -1607253 or 11237863. OLE color: 11237863.

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

Color convert

RGB 231 121 171 -
CMYK 0 0.48 0.26 0.09
HSL 332.73º 0.7% 0.69% -
HSV(B) 332.73º 0.48% 0.91% -
XYZ 47.14 33.6 42.53 -
YUV 159.59 134.44 178.93 -
System Red Green Blue C M Y K H S L
Decimal 231 121 171 0 0.48 0.26 0.09 332.73 0.7 0.69
Hex E7 79 AB 0 30 1A 9 14D 46 45
Octal 347 171 253 0 60 32 11 515 106 105
Binary 11100111 1111001 10101011 0 110000 11010 1001 101001101 1000110 1000101

Color Harmonies of #E779AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E779AB

Black with #E779AB

Text Example


Text Example

White with #E779AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E779AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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