#E673A2

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

Shades of Pale Violet Red #E673A2

Tints of Pale Violet Red #E673A2

Color information

#E673A2 (or 0xE673A2) is unknown color: approx Pale Violet Red. HEX triplet: E6, 73 and A2. RGB value is (230,115,162). Sum of RGB (Red+Green+Blue) = 230+115+162=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 162 (63.67% from 255 or 31.95% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E673A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E673A2 is #198C5D. Grayscale: #9A9A9A. Windows color (decimal): -1674334 or 10646502. OLE color: 10646502.

HSL color Cylindrical-coordinate representation of color #E673A2: hue angle of 335.48º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E673A2 is Cyan = 0, Magento = 0.5, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB230115162-
CMYK00.50.300.10
HSL335.48º69.7%67.65%-
HSV(B)335.48º50%90.2%-
XYZ45.2931.6937.91-
YUV154.74132.1181.68-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.36%
GREEN value IS 115 (45.31% from 255) = 22.68%
BLUE value IS 162 (63.67% from 255) = 31.95%
R=45.36%
G=22.68%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011516200.50.300.10335.4869.767.65
HexE673A20321EA14f4644
Octal3461632420623612517106104
Binary11100110111001110100010011001011110101010100111110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E673A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E673A2; }

 p { color: rgb(230,115,162); }

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

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

 a { background-color: rgb(230,115,162); }

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

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

 span { border-color: rgb(230,115,162); }

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