#ec70f0

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

Shades of Violet #EC70F0

Tints of Violet #EC70F0

Color information

#EC70F0 (or 0xEC70F0) is unknown color: approx Violet. HEX triplet: EC, 70 and F0. RGB value is (236,112,240). Sum of RGB (Red+Green+Blue) = 236+112+240=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 112 (44.14% from 255 or 19.05% from 588); Blue value is 240 (94.14% from 255 or 40.82% from 588); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC70F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC70F0 is #138F0F. Grayscale: #A3A3A3. Windows color (decimal): -1281808 or 15757548. OLE color: 15757548.

HSL color Cylindrical-coordinate representation of color #EC70F0: hue angle of 298.12º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC70F0 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236112240-
CMYK0.020.5300.06
HSL298.12º81.01%69.02%-
HSV(B)298.12º53.33%94.12%-
XYZ56.1135.7186.37-
YUV163.67171.08179.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.14%
GREEN value IS 112 (44.14% from 255) = 19.05%
BLUE value IS 240 (94.14% from 255) = 40.82%
R=40.14%
G=19.05%
B=40.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361122400.020.5300.06298.1281.0169.02
HexEC70F02350612a5145
Octal35416036026506452121105
Binary1110110011100001111000010110101011010010101010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec70f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec70f0; }

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

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

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

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

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

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

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

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