#E374AA

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

Shades of Pale Violet Red #E374AA

Tints of Pale Violet Red #E374AA

Color information

#E374AA (or 0xE374AA) is unknown color: approx Pale Violet Red. HEX triplet: E3, 74 and AA. RGB value is (227,116,170). Sum of RGB (Red+Green+Blue) = 227+116+170=513 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.25% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 227 - color contains mainly: red. Hex color #E374AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E374AA is #1C8B55. Grayscale: #9B9B9B. Windows color (decimal): -1870678 or 11171043. OLE color: 11171043.

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

Color convert

RGB227116170-
CMYK00.490.250.11
HSL330.81º66.47%67.25%-
HSV(B)330.81º48.9%89.02%-
XYZ45.1831.7241.77-
YUV155.34136.27179.11-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.25%
GREEN value IS 116 (45.70% from 255) = 22.61%
BLUE value IS 170 (66.80% from 255) = 33.14%
R=44.25%
G=22.61%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711617000.490.250.11330.8166.4767.25
HexE374AA03119B14b4243
Octal3431642520613113513102103
Binary11100011111010010101010011000111001101110100101110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E374AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E374AA; }

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

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

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

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

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

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

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

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