#E762A2

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

Shades of Pale Violet Red #E762A2

Tints of Pale Violet Red #E762A2

Color information

#E762A2 (or 0xE762A2) is unknown color: approx Pale Violet Red. HEX triplet: E7, 62 and A2. RGB value is (231,98,162). Sum of RGB (Red+Green+Blue) = 231+98+162=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E762A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E762A2 is #189D5D. Grayscale: #909090. Windows color (decimal): -1613150 or 10642151. OLE color: 10642151.

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

Color convert

RGB23198162-
CMYK00.580.300.09
HSL331.13º73.48%64.51%-
HSV(B)331.13º57.58%90.59%-
XYZ43.8428.3337.34-
YUV145.06137.56189.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.05%
GREEN value IS 98 (38.67% from 255) = 19.96%
BLUE value IS 162 (63.67% from 255) = 32.99%
R=47.05%
G=19.96%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2319816200.580.300.09331.1373.4864.51
HexE762A203A1E914b4941
Octal3471422420723611513111101
Binary11100111110001010100010011101011110100110100101110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E762A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E762A2; }

 p { color: rgb(231,98,162); }

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

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

 a { background-color: rgb(231,98,162); }

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

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

 span { border-color: rgb(231,98,162); }

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