Html Css Color HEX #E77495 Pale Violet Red

📋 copy color: '#E77495'

red 231 ◦ green 116 ◦ blue 149

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

Shades of Pale Violet Red #E77495

Tints of Pale Violet Red #E77495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.39%

 BLUE value IS 149 (58.59% from 255) = 30.04%

R = 46.57%
G = 23.39%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E77495 (or 0xE77495) is known color: Pale Violet Red. HEX triplet: E7, 74 and 95. RGB value is (231,116,149). Sum of RGB (Red+Green+Blue) = 231+116+149=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E77495 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77495 is #188B6A. Grayscale: #9A9A9A. Windows color (decimal): -1608555 or 9794791. OLE color: 9794791.

HSL color Cylindrical-coordinate representation of color #E77495: hue angle of 342.78º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E77495 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 116 149 -
CMYK 0 0.50 0.35 0.09
HSL 342.78º 0.71% 0.68% -
HSV(B) 342.78º 0.5% 0.91% -
XYZ 44.63 31.65 32.19 -
YUV 154.15 125.1 182.82 -
System Red Green Blue C M Y K H S L
Decimal 231 116 149 0 0.50 0.35 0.09 342.78 0.71 0.68
Hex E7 74 95 0 32 23 9 157 47 44
Octal 347 164 225 0 62 43 11 527 107 104
Binary 11100111 1110100 10010101 0 110010 100011 1001 101010111 1000111 1000100

Color Harmonies of #E77495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77495

Black with #E77495

Text Example


Text Example

White with #E77495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77495; }

 p { color: rgb(231,116,149); }

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

background-color css

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

 a { background-color: rgb(231,116,149); }

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

border-color css

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

 span { border-color: rgb(231,116,149); }

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