#EC90EE

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

Shades of Violet #EC90EE

Tints of Violet #EC90EE

Color information

#EC90EE (or 0xEC90EE) is unknown color: approx Violet. HEX triplet: EC, 90 and EE. RGB value is (236,144,238). Sum of RGB (Red+Green+Blue) = 236+144+238=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 144 (56.64% from 255 or 23.30% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC90EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC90EE is #136F11. Grayscale: #B5B5B5. Windows color (decimal): -1273618 or 15634668. OLE color: 15634668.

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

Color convert

RGB236144238-
CMYK0.010.3900.07
HSL298.72º73.44%74.9%-
HSV(B)298.72º39.5%93.33%-
XYZ6043.9586.21-
YUV182.22159.48166.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.19%
GREEN value IS 144 (56.64% from 255) = 23.30%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=38.19%
G=23.30%
B=38.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361442380.010.3900.07298.7273.4474.9
HexEC90EE1270712b494b
Octal35422035614707453111113
Binary1110110010010000111011101100111011110010101110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC90EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC90EE; }

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

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

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

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

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

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

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

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