#EC94EE

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

Shades of Violet #EC94EE

Tints of Violet #EC94EE

Color information

#EC94EE (or 0xEC94EE) is unknown color: approx Violet. HEX triplet: EC, 94 and EE. RGB value is (236,148,238). Sum of RGB (Red+Green+Blue) = 236+148+238=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 148 (58.20% from 255 or 23.79% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC94EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC94EE is #136B11. Grayscale: #B8B8B8. Windows color (decimal): -1272594 or 15635692. OLE color: 15635692.

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

Color convert

RGB236148238-
CMYK0.010.3800.07
HSL298.67º72.58%75.69%-
HSV(B)298.67º37.82%93.33%-
XYZ60.6145.1986.42-
YUV184.57158.15164.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.94%
GREEN value IS 148 (58.20% from 255) = 23.79%
BLUE value IS 238 (93.36% from 255) = 38.26%
R=37.94%
G=23.79%
B=38.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361482380.010.3800.07298.6772.5875.69
HexEC94EE1260712b494c
Octal35422435614607453111114
Binary1110110010010100111011101100110011110010101110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC94EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC94EE; }

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

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

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

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

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

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

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

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