Html Css Color HEX #E76995 Pale Violet Red

📋 copy color: '#E76995'

red 231 ◦ green 105 ◦ blue 149

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

Shades of Pale Violet Red #E76995

Tints of Pale Violet Red #E76995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.65%

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

R = 47.63%
G = 21.65%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E76995 (or 0xE76995) is known color: Pale Violet Red. HEX triplet: E7, 69 and 95. RGB value is (231,105,149). Sum of RGB (Red+Green+Blue) = 231+105+149=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E76995 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76995 is #18966A. Grayscale: #939393. Windows color (decimal): -1611371 or 9791975. OLE color: 9791975.

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

Color convert

RGB 231 105 149 -
CMYK 0 0.55 0.35 0.09
HSL 339.05º 0.72% 0.66% -
HSV(B) 339.05º 0.55% 0.91% -
XYZ 43.43 29.26 31.79 -
YUV 147.69 128.74 187.42 -
System Red Green Blue C M Y K H S L
Decimal 231 105 149 0 0.55 0.35 0.09 339.05 0.72 0.66
Hex E7 69 95 0 37 23 9 153 48 42
Octal 347 151 225 0 67 43 11 523 110 102
Binary 11100111 1101001 10010101 0 110111 100011 1001 101010011 1001000 1000010

Color Harmonies of #E76995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76995

Black with #E76995

Text Example


Text Example

White with #E76995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76995; }

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

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

background-color css

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

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

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

border-color css

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

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

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