#E0749C

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

Shades of Pale Violet Red #E0749C

Tints of Pale Violet Red #E0749C

Color information

#E0749C (or 0xE0749C) is unknown color: approx Pale Violet Red. HEX triplet: E0, 74 and 9C. RGB value is (224,116,156). Sum of RGB (Red+Green+Blue) = 224+116+156=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E0749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0749C is #1F8B63. Grayscale: #989898. Windows color (decimal): -2067300 or 10253536. OLE color: 10253536.

HSL color Cylindrical-coordinate representation of color #E0749C: hue angle of 337.78º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0749C is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB224116156-
CMYK00.480.300.12
HSL337.78º63.53%66.67%-
HSV(B)337.78º48.21%87.84%-
XYZ42.9930.7435.12-
YUV152.85129.78178.75-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.16%
GREEN value IS 116 (45.70% from 255) = 23.39%
BLUE value IS 156 (61.33% from 255) = 31.45%
R=45.16%
G=23.39%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411615600.480.300.12337.7863.5366.67
HexE0749C0301EC1524043
Octal3401642340603614522100103
Binary11100000111010010011100011000011110110010101001010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0749C; }

 p { color: rgb(224,116,156); }

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

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

 a { background-color: rgb(224,116,156); }

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

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

 span { border-color: rgb(224,116,156); }

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