#E672A7

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

Shades of Pale Violet Red #E672A7

Tints of Pale Violet Red #E672A7

Color information

#E672A7 (or 0xE672A7) is unknown color: approx Pale Violet Red. HEX triplet: E6, 72 and A7. RGB value is (230,114,167). Sum of RGB (Red+Green+Blue) = 230+114+167=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 167 (65.62% from 255 or 32.68% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E672A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E672A7 is #198D58. Grayscale: #9A9A9A. Windows color (decimal): -1674585 or 10973926. OLE color: 10973926.

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

Color convert

RGB230114167-
CMYK00.500.270.10
HSL332.59º69.88%67.45%-
HSV(B)332.59º50.43%90.2%-
XYZ45.6331.6540.26-
YUV154.73134.93181.69-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.01%
GREEN value IS 114 (44.92% from 255) = 22.31%
BLUE value IS 167 (65.62% from 255) = 32.68%
R=45.01%
G=22.31%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011416700.500.270.10332.5969.8867.45
HexE672A70321BA14d4643
Octal3461622470623312515106103
Binary11100110111001010100111011001011011101010100110110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E672A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E672A7; }

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

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

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

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

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

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

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

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