Html Css Color HEX #E777A0 Pale Violet Red

📋 copy color: '#E777A0'

red 231 ◦ green 119 ◦ blue 160

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

Shades of Pale Violet Red #E777A0

Tints of Pale Violet Red #E777A0

RGB

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

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

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

R = 45.29%
G = 23.33%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E777A0 (or 0xE777A0) is known color: Pale Violet Red. HEX triplet: E7, 77 and A0. RGB value is (231,119,160). Sum of RGB (Red+Green+Blue) = 231+119+160=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E777A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E777A0 is #18885F. Grayscale: #9D9D9D. Windows color (decimal): -1607776 or 10516455. OLE color: 10516455.

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

Color convert

RGB 231 119 160 -
CMYK 0 0.48 0.31 0.09
HSL 338.04º 0.7% 0.69% -
HSV(B) 338.04º 0.48% 0.91% -
XYZ 45.9 32.72 37.15 -
YUV 157.16 129.61 180.67 -
System Red Green Blue C M Y K H S L
Decimal 231 119 160 0 0.48 0.31 0.09 338.04 0.7 0.69
Hex E7 77 A0 0 30 1F 9 152 46 45
Octal 347 167 240 0 60 37 11 522 106 105
Binary 11100111 1110111 10100000 0 110000 11111 1001 101010010 1000110 1000101

Color Harmonies of #E777A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E777A0

Black with #E777A0

Text Example


Text Example

White with #E777A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E777A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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