Html Css Color HEX #E776A0 Pale Violet Red

📋 copy color: '#E776A0'

red 231 ◦ green 118 ◦ blue 160

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

Shades of Pale Violet Red #E776A0

Tints of Pale Violet Red #E776A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.43%

R = 45.38%
G = 23.18%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E776A0 (or 0xE776A0) is known color: Pale Violet Red. HEX triplet: E7, 76 and A0. RGB value is (231,118,160). Sum of RGB (Red+Green+Blue) = 231+118+160=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E776A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E776A0 is #18895F. Grayscale: #9C9C9C. Windows color (decimal): -1608032 or 10516199. OLE color: 10516199.

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

Color convert

RGB 231 118 160 -
CMYK 0 0.49 0.31 0.09
HSL 337.7º 0.7% 0.68% -
HSV(B) 337.7º 0.49% 0.91% -
XYZ 45.78 32.48 37.11 -
YUV 156.58 129.94 181.08 -
System Red Green Blue C M Y K H S L
Decimal 231 118 160 0 0.49 0.31 0.09 337.7 0.7 0.68
Hex E7 76 A0 0 31 1F 9 152 46 44
Octal 347 166 240 0 61 37 11 522 106 104
Binary 11100111 1110110 10100000 0 110001 11111 1001 101010010 1000110 1000100

Color Harmonies of #E776A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E776A0

Black with #E776A0

Text Example


Text Example

White with #E776A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E776A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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