#EC69ED

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

Shades of Violet #EC69ED

Tints of Violet #EC69ED

Color information

#EC69ED (or 0xEC69ED) is unknown color: approx Violet. HEX triplet: EC, 69 and ED. RGB value is (236,105,237). Sum of RGB (Red+Green+Blue) = 236+105+237=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 105 (41.41% from 255 or 18.17% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC69ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC69ED is #139612. Grayscale: #9E9E9E. Windows color (decimal): -1283603 or 15559148. OLE color: 15559148.

HSL color Cylindrical-coordinate representation of color #EC69ED: hue angle of 299.55º degrees, saturation: 0.79, 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 #EC69ED is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236105237-
CMYK0.000.5600.07
HSL299.55º78.57%67.06%-
HSV(B)299.55º55.7%92.94%-
XYZ54.9334.0583.8-
YUV159.22171.9182.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.83%
GREEN value IS 105 (41.41% from 255) = 18.17%
BLUE value IS 237 (92.97% from 255) = 41.00%
R=40.83%
G=18.17%
B=41.00%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361052370.000.5600.07299.5578.5767.06
HexEC69ED0380712c4f43
Octal35415135507007454117103
Binary111011001101001111011010111000011110010110010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC69ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC69ED; }

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

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

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

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

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

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

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

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