#EC7DE8

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

Shades of Violet #EC7DE8

Tints of Violet #EC7DE8

Color information

#EC7DE8 (or 0xEC7DE8) is unknown color: approx Violet. HEX triplet: EC, 7D and E8. RGB value is (236,125,232). Sum of RGB (Red+Green+Blue) = 236+125+232=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 125 (49.22% from 255 or 21.08% from 593); Blue value is 232 (91.02% from 255 or 39.12% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7DE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7DE8 is #138217. Grayscale: #AAAAAA. Windows color (decimal): -1278488 or 15236588. OLE color: 15236588.

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

Color convert

RGB236125232-
CMYK00.470.020.07
HSL302.16º74.5%70.78%-
HSV(B)302.16º47.03%92.55%-
XYZ56.4938.3380.76-
YUV170.39162.77174.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.80%
GREEN value IS 125 (49.22% from 255) = 21.08%
BLUE value IS 232 (91.02% from 255) = 39.12%
R=39.80%
G=21.08%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612523200.470.020.07302.1674.570.78
HexEC7DE802F2712e4a47
Octal35417535005727456112107
Binary1110110011111011110100001011111011110010111010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7DE8; }

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

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

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

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

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

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

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

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