#E07692

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

Shades of Pale Violet Red #E07692

Tints of Pale Violet Red #E07692

Color information

#E07692 (or 0xE07692) is unknown color: approx Pale Violet Red. HEX triplet: E0, 76 and 92. RGB value is (224,118,146). Sum of RGB (Red+Green+Blue) = 224+118+146=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E07692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07692 is #1F896D. Grayscale: #989898. Windows color (decimal): -2066798 or 9598688. OLE color: 9598688.

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

Color convert

RGB224118146-
CMYK00.470.350.12
HSL344.15º63.1%67.06%-
HSV(B)344.15º47.32%87.84%-
XYZ42.4130.8830.92-
YUV152.89124.12178.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.90%
GREEN value IS 118 (46.48% from 255) = 24.18%
BLUE value IS 146 (57.42% from 255) = 29.92%
R=45.90%
G=24.18%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411814600.470.350.12344.1563.167.06
HexE0769202F23C1583f43
Octal340166222057431453077103
Binary11100000111011010010010010111110001111001010110001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07692; }

 p { color: rgb(224,118,146); }

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

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

 a { background-color: rgb(224,118,146); }

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

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

 span { border-color: rgb(224,118,146); }

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