#e76ca3

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

Shades of Pale Violet Red #E76CA3

Tints of Pale Violet Red #E76CA3

Color information

#E76CA3 (or 0xE76CA3) is unknown color: approx Pale Violet Red. HEX triplet: E7, 6C and A3. RGB value is (231,108,163). Sum of RGB (Red+Green+Blue) = 231+108+163=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76CA3 is #18935C. Grayscale: #969696. Windows color (decimal): -1610589 or 10710247. OLE color: 10710247.

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

Color convert

RGB231108163-
CMYK00.530.290.09
HSL333.17º71.93%66.47%-
HSV(B)333.17º53.25%90.59%-
XYZ44.9330.3638.14-
YUV151.05134.75185.03-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.02%
GREEN value IS 108 (42.58% from 255) = 21.51%
BLUE value IS 163 (64.06% from 255) = 32.47%
R=46.02%
G=21.51%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110816300.530.290.09333.1771.9366.47
HexE76CA30351D914d4842
Octal3471542430653511515110102
Binary11100111110110010100011011010111101100110100110110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e76ca3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e76ca3; }

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

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

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

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

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

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

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

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