Html Css Color HEX #E777AC Persian Pink

📋 copy color: '#E777AC'

red 231 ◦ green 119 ◦ blue 172

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

Shades of Persian Pink #E777AC

Tints of Persian Pink #E777AC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.8%

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

R = 44.25%
G = 22.8%
B = 32.95%

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

#E777AC (or 0xE777AC) is known color: Persian Pink. HEX triplet: E7, 77 and AC. RGB value is (231,119,172). Sum of RGB (Red+Green+Blue) = 231+119+172=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 231 - color contains mainly: red. Hex color #E777AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E777AC is #188853. Grayscale: #9E9E9E. Windows color (decimal): -1607764 or 11302887. OLE color: 11302887.

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

Color convert

RGB 231 119 172 -
CMYK 0 0.48 0.26 0.09
HSL 331.61º 0.7% 0.69% -
HSV(B) 331.61º 0.48% 0.91% -
XYZ 47 33.16 42.95 -
YUV 158.53 135.61 179.69 -
System Red Green Blue C M Y K H S L
Decimal 231 119 172 0 0.48 0.26 0.09 331.61 0.7 0.69
Hex E7 77 AC 0 30 1A 9 14C 46 45
Octal 347 167 254 0 60 32 11 514 106 105
Binary 11100111 1110111 10101100 0 110000 11010 1001 101001100 1000110 1000101

Color Harmonies of #E777AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E777AC

Black with #E777AC

Text Example


Text Example

White with #E777AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E777AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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