#E07296

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

Shades of Pale Violet Red #E07296

Tints of Pale Violet Red #E07296

Color information

#E07296 (or 0xE07296) is unknown color: approx Pale Violet Red. HEX triplet: E0, 72 and 96. RGB value is (224,114,150). Sum of RGB (Red+Green+Blue) = 224+114+150=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E07296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07296 is #1F8D69. Grayscale: #969696. Windows color (decimal): -2067818 or 9859808. OLE color: 9859808.

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

Color convert

RGB224114150-
CMYK00.490.330.12
HSL340.36º63.95%66.27%-
HSV(B)340.36º49.11%87.84%-
XYZ42.2630.0832.43-
YUV150.99127.44180.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.90%
GREEN value IS 114 (44.92% from 255) = 23.36%
BLUE value IS 150 (58.98% from 255) = 30.74%
R=45.90%
G=23.36%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411415000.490.330.12340.3663.9566.27
HexE0729603121C1544042
Octal3401622260614114524100102
Binary111000001110010100101100110001100001110010101010010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07296; }

 p { color: rgb(224,114,150); }

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

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

 a { background-color: rgb(224,114,150); }

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

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

 span { border-color: rgb(224,114,150); }

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