Html Css Color HEX #E776AD Persian Pink

📋 copy color: '#E776AD'

red 231 ◦ green 118 ◦ blue 173

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

Shades of Persian Pink #E776AD

Tints of Persian Pink #E776AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.14%

R = 44.25%
G = 22.61%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E776AD (or 0xE776AD) is known color: Persian Pink. HEX triplet: E7, 76 and AD. RGB value is (231,118,173). Sum of RGB (Red+Green+Blue) = 231+118+173=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 231 - color contains mainly: red. Hex color #E776AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E776AD is #188952. Grayscale: #9D9D9D. Windows color (decimal): -1608019 or 11368167. OLE color: 11368167.

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

Color convert

RGB 231 118 173 -
CMYK 0 0.49 0.25 0.09
HSL 330.8º 0.7% 0.68% -
HSV(B) 330.8º 0.49% 0.91% -
XYZ 46.98 32.96 43.42 -
YUV 158.06 136.44 180.03 -
System Red Green Blue C M Y K H S L
Decimal 231 118 173 0 0.49 0.25 0.09 330.8 0.7 0.68
Hex E7 76 AD 0 31 19 9 14B 46 44
Octal 347 166 255 0 61 31 11 513 106 104
Binary 11100111 1110110 10101101 0 110001 11001 1001 101001011 1000110 1000100

Color Harmonies of #E776AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E776AD

Black with #E776AD

Text Example


Text Example

White with #E776AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E776AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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