#e673a0

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

Shades of Pale Violet Red #E673A0

Tints of Pale Violet Red #E673A0

Color information

#E673A0 (or 0xE673A0) is unknown color: approx Pale Violet Red. HEX triplet: E6, 73 and A0. RGB value is (230,115,160). Sum of RGB (Red+Green+Blue) = 230+115+160=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E673A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E673A0 is #198C5F. Grayscale: #9A9A9A. Windows color (decimal): -1674336 or 10515430. OLE color: 10515430.

HSL color Cylindrical-coordinate representation of color #E673A0: hue angle of 336.52º 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 #E673A0 is Cyan = 0, Magento = 0.5, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB230115160-
CMYK00.50.300.10
HSL336.52º69.7%67.65%-
HSV(B)336.52º50%90.2%-
XYZ45.1131.6236.98-
YUV154.51131.1181.84-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.54%
GREEN value IS 115 (45.31% from 255) = 22.77%
BLUE value IS 160 (62.89% from 255) = 31.68%
R=45.54%
G=22.77%
B=31.68%

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
Decimal23011516000.50.300.10336.5269.767.65
HexE673A00321EA1514644
Octal3461632400623612521106104
Binary11100110111001110100000011001011110101010101000110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e673a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e673a0; }

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

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

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

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

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

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

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

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