#E470A0

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

Shades of Pale Violet Red #E470A0

Tints of Pale Violet Red #E470A0

Color information

#E470A0 (or 0xE470A0) is unknown color: approx Pale Violet Red. HEX triplet: E4, 70 and A0. RGB value is (228,112,160). Sum of RGB (Red+Green+Blue) = 228+112+160=500 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.6% from 500); Green value is 112 (44.14% from 255 or 22.4% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 228 - color contains mainly: red. Hex color #E470A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E470A0 is #1B8F5F. Grayscale: #989898. Windows color (decimal): -1806176 or 10514660. OLE color: 10514660.

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

Color convert

RGB228112160-
CMYK00.510.300.11
HSL335.17º68.24%66.67%-
HSV(B)335.17º50.88%89.41%-
XYZ44.1330.6236.84-
YUV152.16132.43182.1-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.6%
GREEN value IS 112 (44.14% from 255) = 22.4%
BLUE value IS 160 (62.89% from 255) = 32%
R=45.6%
G=22.4%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811216000.510.300.11335.1768.2466.67
HexE470A00331EB14f4443
Octal3441602400633613517104103
Binary11100100111000010100000011001111110101110100111110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E470A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E470A0; }

 p { color: rgb(228,112,160); }

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

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

 a { background-color: rgb(228,112,160); }

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

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

 span { border-color: rgb(228,112,160); }

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