#EC7DEA

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

Shades of Violet #EC7DEA

Tints of Violet #EC7DEA

Color information

#EC7DEA (or 0xEC7DEA) is unknown color: approx Violet. HEX triplet: EC, 7D and EA. RGB value is (236,125,234). Sum of RGB (Red+Green+Blue) = 236+125+234=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 125 (49.22% from 255 or 21.01% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7DEA is #138215. Grayscale: #AAAAAA. Windows color (decimal): -1278486 or 15367660. OLE color: 15367660.

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

Color convert

RGB236125234-
CMYK00.470.010.07
HSL301.08º74.5%70.78%-
HSV(B)301.08º47.03%92.55%-
XYZ56.7838.4482.27-
YUV170.62163.77174.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.66%
GREEN value IS 125 (49.22% from 255) = 21.01%
BLUE value IS 234 (91.80% from 255) = 39.33%
R=39.66%
G=21.01%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612523400.470.010.07301.0874.570.78
HexEC7DEA02F1712d4a47
Octal35417535205717455112107
Binary111011001111101111010100101111111110010110110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7DEA; }

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

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

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

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

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

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

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

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