#E76B95

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

Shades of Pale Violet Red #E76B95

Tints of Pale Violet Red #E76B95

Color information

#E76B95 (or 0xE76B95) is unknown color: approx Pale Violet Red. HEX triplet: E7, 6B and 95. RGB value is (231,107,149). Sum of RGB (Red+Green+Blue) = 231+107+149=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E76B95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76B95 is #18946A. Grayscale: #949494. Windows color (decimal): -1610859 or 9792487. OLE color: 9792487.

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

Color convert

RGB231107149-
CMYK00.540.350.09
HSL339.68º72.09%66.27%-
HSV(B)339.68º53.68%90.59%-
XYZ43.6429.6731.86-
YUV148.86128.08186.58-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.43%
GREEN value IS 107 (42.19% from 255) = 21.97%
BLUE value IS 149 (58.59% from 255) = 30.60%
R=47.43%
G=21.97%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110714900.540.350.09339.6872.0966.27
HexE76B950362391544842
Octal3471532250664311524110102
Binary111001111101011100101010110110100011100110101010010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76B95; }

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

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

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

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

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

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

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

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