Html Css Color HEX #EC76EC Violet

📋 copy color: '#EC76EC'

red 236 ◦ green 118 ◦ blue 236

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

Shades of Violet #EC76EC

Tints of Violet #EC76EC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20%

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

R = 40%
G = 20%
B = 40%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC76EC (or 0xEC76EC) is known color: Violet. HEX triplet: EC, 76 and EC. RGB value is (236,118,236). Sum of RGB (Red+Green+Blue) = 236+118+236=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 118 (46.48% from 255 or 20% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC76EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC76EC is #138913. Grayscale: #A6A6A6. Windows color (decimal): -1280276 or 15496940. OLE color: 15496940.

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

Color convert

RGB 236 118 236 -
CMYK 0 0.5 0 0.07
HSL 300º 0.76% 0.69% -
HSV(B) 300º 0.5% 0.93% -
XYZ 56.21 36.85 83.51 -
YUV 166.73 167.09 177.41 -
System Red Green Blue C M Y K H S L
Decimal 236 118 236 0 0.5 0 0.07 300 0.76 0.69
Hex EC 76 EC 0 32 0 7 12C 4C 45
Octal 354 166 354 0 62 0 7 454 114 105
Binary 11101100 1110110 11101100 0 110010 0 111 100101100 1001100 1000101

Color Harmonies of #EC76EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC76EC

Black with #EC76EC

Text Example


Text Example

White with #EC76EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC76EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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