#E76D97

Color #E76D97 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #E76D97

Tints of Pale Violet Red #E76D97

Color information

#E76D97 (or 0xE76D97) is unknown color: approx Pale Violet Red. HEX triplet: E7, 6D and 97. RGB value is (231,109,151). Sum of RGB (Red+Green+Blue) = 231+109+151=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76D97 is #189268. Grayscale: #969696. Windows color (decimal): -1610345 or 9924071. OLE color: 9924071.

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

Color convert

RGB231109151-
CMYK00.530.350.09
HSL339.34º71.76%66.67%-
HSV(B)339.34º52.81%90.59%-
XYZ44.0130.1632.78-
YUV150.27128.42185.58-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.05%
GREEN value IS 109 (42.97% from 255) = 22.20%
BLUE value IS 151 (59.38% from 255) = 30.75%
R=47.05%
G=22.20%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110915100.530.350.09339.3471.7666.67
HexE76D970352391534843
Octal3471552270654311523110103
Binary111001111101101100101110110101100011100110101001110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76D97; }

 p { color: rgb(231,109,151); }

 H1.HeaderClassName
 {
   color: #E76D97;
 }
 .AnyTagClassName
 {
   color: #E76D97;
 }
</style>
background-color css

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

 a { background-color: rgb(231,109,151); }

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

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

 span { border-color: rgb(231,109,151); }

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