#E671A2

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

Shades of Pale Violet Red #E671A2

Tints of Pale Violet Red #E671A2

Color information

#E671A2 (or 0xE671A2) is unknown color: approx Pale Violet Red. HEX triplet: E6, 71 and A2. RGB value is (230,113,162). Sum of RGB (Red+Green+Blue) = 230+113+162=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E671A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E671A2 is #198E5D. Grayscale: #999999. Windows color (decimal): -1674846 or 10645990. OLE color: 10645990.

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

Color convert

RGB230113162-
CMYK00.510.300.10
HSL334.87º70.06%67.25%-
HSV(B)334.87º50.87%90.2%-
XYZ45.0631.2437.84-
YUV153.57132.76182.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.54%
GREEN value IS 113 (44.53% from 255) = 22.38%
BLUE value IS 162 (63.67% from 255) = 32.08%
R=45.54%
G=22.38%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011316200.510.300.10334.8770.0667.25
HexE671A20331EA14f4643
Octal3461612420633612517106103
Binary11100110111000110100010011001111110101010100111110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E671A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E671A2; }

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

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

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

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

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

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

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

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