#ec70ee

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

Shades of Violet #EC70EE

Tints of Violet #EC70EE

Color information

#EC70EE (or 0xEC70EE) is unknown color: approx Violet. HEX triplet: EC, 70 and EE. RGB value is (236,112,238). Sum of RGB (Red+Green+Blue) = 236+112+238=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 112 (44.14% from 255 or 19.11% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC70EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC70EE is #138F11. Grayscale: #A3A3A3. Windows color (decimal): -1281810 or 15626476. OLE color: 15626476.

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

Color convert

RGB236112238-
CMYK0.010.5300.07
HSL299.05º78.75%68.63%-
HSV(B)299.05º52.94%93.33%-
XYZ55.8235.5984.82-
YUV163.44170.08179.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.27%
GREEN value IS 112 (44.14% from 255) = 19.11%
BLUE value IS 238 (93.36% from 255) = 40.61%
R=40.27%
G=19.11%
B=40.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361122380.010.5300.07299.0578.7568.63
HexEC70EE1350712b4f45
Octal35416035616507453117105
Binary111011001110000111011101110101011110010101110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec70ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec70ee; }

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

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

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

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

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

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

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

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