Html Css Color HEX #EC6EEC Violet

📋 copy color: '#EC6EEC'

red 236 ◦ green 110 ◦ blue 236

#EC6EEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #EC6EEC

Tints of Violet #EC6EEC

RGB

 RED value IS 236 (92.58% from 255) = 40.55%

 GREEN value IS 110 (43.36% from 255) = 18.9%

 BLUE value IS 236 (92.58% from 255) = 40.55%

R = 40.55%
G = 18.9%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC6EEC (or 0xEC6EEC) is known color: Violet. HEX triplet: EC, 6E and EC. RGB value is (236,110,236). Sum of RGB (Red+Green+Blue) = 236+110+236=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 110 (43.36% from 255 or 18.90% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC6EEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6EEC is #139113. Grayscale: #A1A1A1. Windows color (decimal): -1282324 or 15494892. OLE color: 15494892.

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

Color convert

RGB 236 110 236 -
CMYK 0 0.53 0 0.07
HSL 300º 0.77% 0.68% -
HSV(B) 300º 0.53% 0.93% -
XYZ 55.31 35.04 83.21 -
YUV 162.04 169.74 180.75 -
System Red Green Blue C M Y K H S L
Decimal 236 110 236 0 0.53 0 0.07 300 0.77 0.68
Hex EC 6E EC 0 35 0 7 12C 4D 44
Octal 354 156 354 0 65 0 7 454 115 104
Binary 11101100 1101110 11101100 0 110101 0 111 100101100 1001101 1000100

Color Harmonies of #EC6EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6EEC

Black with #EC6EEC

Text Example


Text Example

White with #EC6EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6EEC; }

 p { color: rgb(236,110,236); }

 H1.HeaderClassName
 {
   color: #EC6EEC;
 }
 .AnyTagClassName
 {
   color: #EC6EEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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