Html Css Color HEX #E77295 Pale Violet Red

📋 copy color: '#E77295'

red 231 ◦ green 114 ◦ blue 149

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

Shades of Pale Violet Red #E77295

Tints of Pale Violet Red #E77295

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.08%

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

R = 46.76%
G = 23.08%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E77295 (or 0xE77295) is known color: Pale Violet Red. HEX triplet: E7, 72 and 95. RGB value is (231,114,149). Sum of RGB (Red+Green+Blue) = 231+114+149=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E77295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77295 is #188D6A. Grayscale: #989898. Windows color (decimal): -1609067 or 9794279. OLE color: 9794279.

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

Color convert

RGB 231 114 149 -
CMYK 0 0.51 0.35 0.09
HSL 342.05º 0.71% 0.68% -
HSV(B) 342.05º 0.51% 0.91% -
XYZ 44.4 31.19 32.11 -
YUV 152.97 125.76 183.65 -
System Red Green Blue C M Y K H S L
Decimal 231 114 149 0 0.51 0.35 0.09 342.05 0.71 0.68
Hex E7 72 95 0 33 23 9 156 47 44
Octal 347 162 225 0 63 43 11 526 107 104
Binary 11100111 1110010 10010101 0 110011 100011 1001 101010110 1000111 1000100

Color Harmonies of #E77295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77295

Black with #E77295

Text Example


Text Example

White with #E77295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77295; }

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

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

background-color css

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

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

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

border-color css

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

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

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