#E070A8

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

Shades of Pale Violet Red #E070A8

Tints of Pale Violet Red #E070A8

Color information

#E070A8 (or 0xE070A8) is unknown color: approx Pale Violet Red. HEX triplet: E0, 70 and A8. RGB value is (224,112,168). Sum of RGB (Red+Green+Blue) = 224+112+168=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E070A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E070A8 is #1F8F57. Grayscale: #979797. Windows color (decimal): -2068312 or 11038944. OLE color: 11038944.

HSL color Cylindrical-coordinate representation of color #E070A8: hue angle of 330º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E070A8 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB224112168-
CMYK00.500.250.12
HSL330º64.37%65.88%-
HSV(B)330º50%87.84%-
XYZ43.630.2640.59-
YUV151.87137.11179.45-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.44%
GREEN value IS 112 (44.14% from 255) = 22.22%
BLUE value IS 168 (66.02% from 255) = 33.33%
R=44.44%
G=22.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411216800.500.250.1233064.3765.88
HexE070A803219C14a4042
Octal3401602500623114512100102
Binary11100000111000010101000011001011001110010100101010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E070A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E070A8; }

 p { color: rgb(224,112,168); }

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

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

 a { background-color: rgb(224,112,168); }

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

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

 span { border-color: rgb(224,112,168); }

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