#EC7DEE

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

Shades of Violet #EC7DEE

Tints of Violet #EC7DEE

Color information

#EC7DEE (or 0xEC7DEE) is unknown color: approx Violet. HEX triplet: EC, 7D and EE. RGB value is (236,125,238). Sum of RGB (Red+Green+Blue) = 236+125+238=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 125 (49.22% from 255 or 20.87% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC7DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7DEE is #138211. Grayscale: #AAAAAA. Windows color (decimal): -1278482 or 15629804. OLE color: 15629804.

HSL color Cylindrical-coordinate representation of color #EC7DEE: hue angle of 298.94º degrees, saturation: 0.77, 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 #EC7DEE is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236125238-
CMYK0.010.4700.07
HSL298.94º76.87%71.18%-
HSV(B)298.94º47.48%93.33%-
XYZ57.3638.6785.33-
YUV171.07165.77174.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.40%
GREEN value IS 125 (49.22% from 255) = 20.87%
BLUE value IS 238 (93.36% from 255) = 39.73%
R=39.40%
G=20.87%
B=39.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361252380.010.4700.07298.9476.8771.18
HexEC7DEE12F0712b4d47
Octal35417535615707453115107
Binary111011001111101111011101101111011110010101110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7DEE; }

 p { color: rgb(236,125,238); }

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

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

 a { background-color: rgb(236,125,238); }

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

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

 span { border-color: rgb(236,125,238); }

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