#E07CEC

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

Shades of Violet #E07CEC

Tints of Violet #E07CEC

Color information

#E07CEC (or 0xE07CEC) is unknown color: approx Violet. HEX triplet: E0, 7C and EC. RGB value is (224,124,236). Sum of RGB (Red+Green+Blue) = 224+124+236=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 124 (48.83% from 255 or 21.23% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #E07CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07CEC is #1F8313. Grayscale: #A6A6A6. Windows color (decimal): -2065172 or 15498464. OLE color: 15498464.

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

Color convert

RGB224124236-
CMYK0.050.4700.07
HSL293.57º74.67%70.59%-
HSV(B)293.57º47.46%92.55%-
XYZ53.0936.3283.57-
YUV166.67167.13168.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.36%
GREEN value IS 124 (48.83% from 255) = 21.23%
BLUE value IS 236 (92.58% from 255) = 40.41%
R=38.36%
G=21.23%
B=40.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2241242360.050.4700.07293.5774.6770.59
HexE07CEC52F071264b47
Octal34017435455707446113107
Binary11100000111110011101100101101111011110010011010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07CEC; }

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

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

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

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

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

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

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

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