#EC70E6

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

Shades of Violet #EC70E6

Tints of Violet #EC70E6

Color information

#EC70E6 (or 0xEC70E6) is unknown color: approx Violet. HEX triplet: EC, 70 and E6. RGB value is (236,112,230). Sum of RGB (Red+Green+Blue) = 236+112+230=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 112 (44.14% from 255 or 19.38% from 578); Blue value is 230 (90.23% from 255 or 39.79% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC70E6 is #138F19. Grayscale: #A2A2A2. Windows color (decimal): -1281818 or 15102188. OLE color: 15102188.

HSL color Cylindrical-coordinate representation of color #EC70E6: hue angle of 302.9º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC70E6 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB236112230-
CMYK00.530.030.07
HSL302.9º76.54%68.24%-
HSV(B)302.9º52.54%92.55%-
XYZ54.6735.1378.76-
YUV162.53166.08180.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.83%
GREEN value IS 112 (44.14% from 255) = 19.38%
BLUE value IS 230 (90.23% from 255) = 39.79%
R=40.83%
G=19.38%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611223000.530.030.07302.976.5468.24
HexEC70E60353712f4d44
Octal35416034606537457115104
Binary1110110011100001110011001101011111110010111110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC70E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC70E6; }

 p { color: rgb(236,112,230); }

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

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

 a { background-color: rgb(236,112,230); }

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

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

 span { border-color: rgb(236,112,230); }

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