#E07CED

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

Shades of Violet #E07CED

Tints of Violet #E07CED

Color information

#E07CED (or 0xE07CED) is unknown color: approx Violet. HEX triplet: E0, 7C and ED. RGB value is (224,124,237). Sum of RGB (Red+Green+Blue) = 224+124+237=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 124 (48.83% from 255 or 21.20% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #E07CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07CED is #1F8312. Grayscale: #A6A6A6. Windows color (decimal): -2065171 or 15564000. OLE color: 15564000.

HSL color Cylindrical-coordinate representation of color #E07CED: hue angle of 293.1º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E07CED is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB224124237-
CMYK0.050.4800.07
HSL293.1º75.84%70.78%-
HSV(B)293.1º47.68%92.94%-
XYZ53.2336.3884.34-
YUV166.78167.63168.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.29%
GREEN value IS 124 (48.83% from 255) = 21.20%
BLUE value IS 237 (92.97% from 255) = 40.51%
R=38.29%
G=21.20%
B=40.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241242370.050.4800.07293.175.8470.78
HexE07CED530071254c47
Octal34017435556007445114107
Binary11100000111110011101101101110000011110010010110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07CED; }

 p { color: rgb(224,124,237); }

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

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

 a { background-color: rgb(224,124,237); }

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

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

 span { border-color: rgb(224,124,237); }

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