#E07295

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

Shades of Pale Violet Red #E07295

Tints of Pale Violet Red #E07295

Color information

#E07295 (or 0xE07295) is unknown color: approx Pale Violet Red. HEX triplet: E0, 72 and 95. RGB value is (224,114,149). Sum of RGB (Red+Green+Blue) = 224+114+149=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E07295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07295 is #1F8D6A. Grayscale: #969696. Windows color (decimal): -2067819 or 9794272. OLE color: 9794272.

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

Color convert

RGB224114149-
CMYK00.490.330.12
HSL340.91º63.95%66.27%-
HSV(B)340.91º49.11%87.84%-
XYZ42.1830.0532.01-
YUV150.88126.94180.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.00%
GREEN value IS 114 (44.92% from 255) = 23.41%
BLUE value IS 149 (58.59% from 255) = 30.60%
R=46.00%
G=23.41%
B=30.60%

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
Decimal22411414900.490.330.12340.9163.9566.27
HexE0729503121C1554042
Octal3401622250614114525100102
Binary111000001110010100101010110001100001110010101010110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07295; }

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

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

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

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

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

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

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

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