Html Css Color HEX #E776AC Persian Pink

📋 copy color: '#E776AC'

red 231 ◦ green 118 ◦ blue 172

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

Shades of Persian Pink #E776AC

Tints of Persian Pink #E776AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.65%

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

R = 44.34%
G = 22.65%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E776AC (or 0xE776AC) is known color: Persian Pink. HEX triplet: E7, 76 and AC. RGB value is (231,118,172). Sum of RGB (Red+Green+Blue) = 231+118+172=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E776AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E776AC is #188953. Grayscale: #9D9D9D. Windows color (decimal): -1608020 or 11302631. OLE color: 11302631.

HSL color Cylindrical-coordinate representation of color #E776AC: hue angle of 331.33º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E776AC is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 118 172 -
CMYK 0 0.49 0.26 0.09
HSL 331.33º 0.7% 0.68% -
HSV(B) 331.33º 0.49% 0.91% -
XYZ 46.88 32.92 42.91 -
YUV 157.94 135.94 180.11 -
System Red Green Blue C M Y K H S L
Decimal 231 118 172 0 0.49 0.26 0.09 331.33 0.7 0.68
Hex E7 76 AC 0 31 1A 9 14B 46 44
Octal 347 166 254 0 61 32 11 513 106 104
Binary 11100111 1110110 10101100 0 110001 11010 1001 101001011 1000110 1000100

Color Harmonies of #E776AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E776AC

Black with #E776AC

Text Example


Text Example

White with #E776AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E776AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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