Html Css Color HEX #E776AB Persian Pink

📋 copy color: '#E776AB'

red 231 ◦ green 118 ◦ blue 171

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

Shades of Persian Pink #E776AB

Tints of Persian Pink #E776AB

RGB

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

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

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

R = 44.42%
G = 22.69%
B = 32.88%

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

#E776AB (or 0xE776AB) is known color: Persian Pink. HEX triplet: E7, 76 and AB. RGB value is (231,118,171). Sum of RGB (Red+Green+Blue) = 231+118+171=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E776AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E776AB is #188954. Grayscale: #9D9D9D. Windows color (decimal): -1608021 or 11237095. OLE color: 11237095.

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

Color convert

RGB 231 118 171 -
CMYK 0 0.49 0.26 0.09
HSL 331.86º 0.7% 0.68% -
HSV(B) 331.86º 0.49% 0.91% -
XYZ 46.78 32.89 42.41 -
YUV 157.83 135.44 180.19 -
System Red Green Blue C M Y K H S L
Decimal 231 118 171 0 0.49 0.26 0.09 331.86 0.7 0.68
Hex E7 76 AB 0 31 1A 9 14C 46 44
Octal 347 166 253 0 61 32 11 514 106 104
Binary 11100111 1110110 10101011 0 110001 11010 1001 101001100 1000110 1000100

Color Harmonies of #E776AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E776AB

Black with #E776AB

Text Example


Text Example

White with #E776AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E776AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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