Html Css Color HEX #E76496 Pale Violet Red

📋 copy color: '#E76496'

red 231 ◦ green 100 ◦ blue 150

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

Shades of Pale Violet Red #E76496

Tints of Pale Violet Red #E76496

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.79%

 BLUE value IS 150 (58.98% from 255) = 31.19%

R = 48.02%
G = 20.79%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E76496 (or 0xE76496) is known color: Pale Violet Red. HEX triplet: E7, 64 and 96. RGB value is (231,100,150). Sum of RGB (Red+Green+Blue) = 231+100+150=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 231 - color contains mainly: red. Hex color #E76496 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76496 is #189B69. Grayscale: #909090. Windows color (decimal): -1612650 or 9856231. OLE color: 9856231.

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

Color convert

RGB 231 100 150 -
CMYK 0 0.57 0.35 0.09
HSL 337.1º 0.73% 0.65% -
HSV(B) 337.1º 0.57% 0.91% -
XYZ 43.02 28.31 32.05 -
YUV 144.87 130.9 189.43 -
System Red Green Blue C M Y K H S L
Decimal 231 100 150 0 0.57 0.35 0.09 337.1 0.73 0.65
Hex E7 64 96 0 39 23 9 151 49 41
Octal 347 144 226 0 71 43 11 521 111 101
Binary 11100111 1100100 10010110 0 111001 100011 1001 101010001 1001001 1000001

Color Harmonies of #E76496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76496

Black with #E76496

Text Example


Text Example

White with #E76496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76496; }

 p { color: rgb(231,100,150); }

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

background-color css

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

 a { background-color: rgb(231,100,150); }

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

border-color css

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

 span { border-color: rgb(231,100,150); }

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