#E370AA

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

Shades of Pale Violet Red #E370AA

Tints of Pale Violet Red #E370AA

Color information

#E370AA (or 0xE370AA) is unknown color: approx Pale Violet Red. HEX triplet: E3, 70 and AA. RGB value is (227,112,170). Sum of RGB (Red+Green+Blue) = 227+112+170=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 227 - color contains mainly: red. Hex color #E370AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E370AA is #1C8F55. Grayscale: #989898. Windows color (decimal): -1871702 or 11170019. OLE color: 11170019.

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

Color convert

RGB227112170-
CMYK00.510.250.11
HSL329.74º67.25%66.47%-
HSV(B)329.74º50.66%89.02%-
XYZ44.7330.8241.62-
YUV153137.6180.78-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.60%
GREEN value IS 112 (44.14% from 255) = 22.00%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=44.60%
G=22.00%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711217000.510.250.11329.7467.2566.47
HexE370AA03319B14a4342
Octal3431602520633113512103102
Binary11100011111000010101010011001111001101110100101010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E370AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E370AA; }

 p { color: rgb(227,112,170); }

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

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

 a { background-color: rgb(227,112,170); }

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

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

 span { border-color: rgb(227,112,170); }

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