#E671A9

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

Shades of Pale Violet Red #E671A9

Tints of Pale Violet Red #E671A9

Color information

#E671A9 (or 0xE671A9) is unknown color: approx Pale Violet Red. HEX triplet: E6, 71 and A9. RGB value is (230,113,169). Sum of RGB (Red+Green+Blue) = 230+113+169=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E671A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E671A9 is #198E56. Grayscale: #9A9A9A. Windows color (decimal): -1674839 or 11104742. OLE color: 11104742.

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

Color convert

RGB230113169-
CMYK00.510.270.10
HSL331.28º70.06%67.25%-
HSV(B)331.28º50.87%90.2%-
XYZ45.731.541.21-
YUV154.37136.26181.95-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.92%
GREEN value IS 113 (44.53% from 255) = 22.07%
BLUE value IS 169 (66.41% from 255) = 33.01%
R=44.92%
G=22.07%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011316900.510.270.10331.2870.0667.25
HexE671A90331BA14b4643
Octal3461612510633312513106103
Binary11100110111000110101001011001111011101010100101110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E671A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E671A9; }

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

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

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

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

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

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

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

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