#E671A7

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

Shades of Pale Violet Red #E671A7

Tints of Pale Violet Red #E671A7

Color information

#E671A7 (or 0xE671A7) is unknown color: approx Pale Violet Red. HEX triplet: E6, 71 and A7. RGB value is (230,113,167). Sum of RGB (Red+Green+Blue) = 230+113+167=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 167 (65.62% from 255 or 32.75% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E671A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E671A7 is #198E58. Grayscale: #9A9A9A. Windows color (decimal): -1674841 or 10973670. OLE color: 10973670.

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

Color convert

RGB230113167-
CMYK00.510.270.10
HSL332.31º70.06%67.25%-
HSV(B)332.31º50.87%90.2%-
XYZ45.5131.4240.23-
YUV154.14135.26182.11-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.10%
GREEN value IS 113 (44.53% from 255) = 22.16%
BLUE value IS 167 (65.62% from 255) = 32.75%
R=45.10%
G=22.16%
B=32.75%

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
Decimal23011316700.510.270.10332.3170.0667.25
HexE671A70331BA14c4643
Octal3461612470633312514106103
Binary11100110111000110100111011001111011101010100110010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E671A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E671A7; }

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

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

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

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

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

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

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

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