#e07090

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

Shades of Pale Violet Red #E07090

Tints of Pale Violet Red #E07090

Color information

#E07090 (or 0xE07090) is unknown color: approx Pale Violet Red. HEX triplet: E0, 70 and 90. RGB value is (224,112,144). Sum of RGB (Red+Green+Blue) = 224+112+144=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E07090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07090 is #1F8F6F. Grayscale: #959595. Windows color (decimal): -2068336 or 9466080. OLE color: 9466080.

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

Color convert

RGB224112144-
CMYK00.500.360.12
HSL342.86º64.37%65.88%-
HSV(B)342.86º50%87.84%-
XYZ41.5729.4529.88-
YUV149.14125.11181.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.67%
GREEN value IS 112 (44.14% from 255) = 23.33%
BLUE value IS 144 (56.64% from 255) = 30%
R=46.67%
G=23.33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411214400.500.360.12342.8664.3765.88
HexE0709003224C1574042
Octal3401602200624414527100102
Binary111000001110000100100000110010100100110010101011110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e07090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e07090; }

 p { color: rgb(224,112,144); }

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

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

 a { background-color: rgb(224,112,144); }

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

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

 span { border-color: rgb(224,112,144); }

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