Html Css Color HEX #E76C9B Pale Violet Red

📋 copy color: '#E76C9B'

red 231 ◦ green 108 ◦ blue 155

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

Shades of Pale Violet Red #E76C9B

Tints of Pale Violet Red #E76C9B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.86%

 BLUE value IS 155 (60.94% from 255) = 31.38%

R = 46.76%
G = 21.86%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.09

RGB Variations

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

Color information

#E76C9B (or 0xE76C9B) is known color: Pale Violet Red. HEX triplet: E7, 6C and 9B. RGB value is (231,108,155). Sum of RGB (Red+Green+Blue) = 231+108+155=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76C9B is #189364. Grayscale: #969696. Windows color (decimal): -1610597 or 10185959. OLE color: 10185959.

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

Color convert

RGB 231 108 155 -
CMYK 0 0.53 0.33 0.09
HSL 337.07º 0.72% 0.66% -
HSV(B) 337.07º 0.53% 0.91% -
XYZ 44.23 30.08 34.49 -
YUV 150.14 130.75 185.68 -
System Red Green Blue C M Y K H S L
Decimal 231 108 155 0 0.53 0.33 0.09 337.07 0.72 0.66
Hex E7 6C 9B 0 35 21 9 151 48 42
Octal 347 154 233 0 65 41 11 521 110 102
Binary 11100111 1101100 10011011 0 110101 100001 1001 101010001 1001000 1000010

Color Harmonies of #E76C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76C9B

Black with #E76C9B

Text Example


Text Example

White with #E76C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76C9B; }

 p { color: rgb(231,108,155); }

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

background-color css

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

 a { background-color: rgb(231,108,155); }

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

border-color css

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

 span { border-color: rgb(231,108,155); }

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