#E76CA7

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

Shades of Pale Violet Red #E76CA7

Tints of Pale Violet Red #E76CA7

Color information

#E76CA7 (or 0xE76CA7) is unknown color: approx Pale Violet Red. HEX triplet: E7, 6C and A7. RGB value is (231,108,167). Sum of RGB (Red+Green+Blue) = 231+108+167=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 167 (65.62% from 255 or 33.00% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76CA7 is #189358. Grayscale: #979797. Windows color (decimal): -1610585 or 10972391. OLE color: 10972391.

HSL color Cylindrical-coordinate representation of color #E76CA7: hue angle of 331.22º 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 #E76CA7 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB231108167-
CMYK00.530.280.09
HSL331.22º71.93%66.47%-
HSV(B)331.22º53.25%90.59%-
XYZ45.2930.540.06-
YUV151.5136.75184.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.65%
GREEN value IS 108 (42.58% from 255) = 21.34%
BLUE value IS 167 (65.62% from 255) = 33.00%
R=45.65%
G=21.34%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110816700.530.280.09331.2271.9366.47
HexE76CA70351C914b4842
Octal3471542470653411513110102
Binary11100111110110010100111011010111100100110100101110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76CA7; }

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

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

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

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

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

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

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

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