#EC69EE

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

Shades of Violet #EC69EE

Tints of Violet #EC69EE

Color information

#EC69EE (or 0xEC69EE) is unknown color: approx Violet. HEX triplet: EC, 69 and EE. RGB value is (236,105,238). Sum of RGB (Red+Green+Blue) = 236+105+238=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 105 (41.41% from 255 or 18.13% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC69EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC69EE is #139611. Grayscale: #9E9E9E. Windows color (decimal): -1283602 or 15624684. OLE color: 15624684.

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

Color convert

RGB236105238-
CMYK0.010.5600.07
HSL299.1º79.64%67.25%-
HSV(B)299.1º55.88%93.33%-
XYZ55.0834.1184.57-
YUV159.33172.4182.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.76%
GREEN value IS 105 (41.41% from 255) = 18.13%
BLUE value IS 238 (93.36% from 255) = 41.11%
R=40.76%
G=18.13%
B=41.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361052380.010.5600.07299.179.6467.25
HexEC69EE1380712b5043
Octal35415135617007453120103
Binary111011001101001111011101111000011110010101110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC69EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC69EE; }

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

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

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

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

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

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

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

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