#E374A6

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

Shades of Pale Violet Red #E374A6

Tints of Pale Violet Red #E374A6

Color information

#E374A6 (or 0xE374A6) is unknown color: approx Pale Violet Red. HEX triplet: E3, 74 and A6. RGB value is (227,116,166). Sum of RGB (Red+Green+Blue) = 227+116+166=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 227 - color contains mainly: red. Hex color #E374A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E374A6 is #1C8B59. Grayscale: #9A9A9A. Windows color (decimal): -1870682 or 10908899. OLE color: 10908899.

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

Color convert

RGB227116166-
CMYK00.490.270.11
HSL332.97º66.47%67.25%-
HSV(B)332.97º48.9%89.02%-
XYZ44.8131.5739.81-
YUV154.89134.27179.43-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.60%
GREEN value IS 116 (45.70% from 255) = 22.79%
BLUE value IS 166 (65.23% from 255) = 32.61%
R=44.60%
G=22.79%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711616600.490.270.11332.9766.4767.25
HexE374A60311BB14d4243
Octal3431642460613313515102103
Binary11100011111010010100110011000111011101110100110110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E374A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E374A6; }

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

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

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

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

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

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

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

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