#E374A9

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

Shades of Pale Violet Red #E374A9

Tints of Pale Violet Red #E374A9

Color information

#E374A9 (or 0xE374A9) is unknown color: approx Pale Violet Red. HEX triplet: E3, 74 and A9. RGB value is (227,116,169). Sum of RGB (Red+Green+Blue) = 227+116+169=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 227 - color contains mainly: red. Hex color #E374A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E374A9 is #1C8B56. Grayscale: #9B9B9B. Windows color (decimal): -1870679 or 11105507. OLE color: 11105507.

HSL color Cylindrical-coordinate representation of color #E374A9: hue angle of 331.35º 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 #E374A9 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB227116169-
CMYK00.490.260.11
HSL331.35º66.47%67.25%-
HSV(B)331.35º48.9%89.02%-
XYZ45.0931.6941.28-
YUV155.23135.77179.19-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.34%
GREEN value IS 116 (45.70% from 255) = 22.66%
BLUE value IS 169 (66.41% from 255) = 33.01%
R=44.34%
G=22.66%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711616900.490.260.11331.3566.4767.25
HexE374A90311AB14b4243
Octal3431642510613213513102103
Binary11100011111010010101001011000111010101110100101110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E374A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E374A9; }

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

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

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

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

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

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

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

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