Html Css Color HEX #EC6CEC Violet

📋 copy color: '#EC6CEC'

red 236 ◦ green 108 ◦ blue 236

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

Shades of Violet #EC6CEC

Tints of Violet #EC6CEC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.62%

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

R = 40.69%
G = 18.62%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC6CEC (or 0xEC6CEC) is known color: Violet. HEX triplet: EC, 6C and EC. RGB value is (236,108,236). Sum of RGB (Red+Green+Blue) = 236+108+236=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 108 (42.58% from 255 or 18.62% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC6CEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6CEC is #139313. Grayscale: #A0A0A0. Windows color (decimal): -1282836 or 15494380. OLE color: 15494380.

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

Color convert

RGB 236 108 236 -
CMYK 0 0.54 0 0.07
HSL 300º 0.77% 0.67% -
HSV(B) 300º 0.54% 0.93% -
XYZ 55.09 34.61 83.13 -
YUV 160.86 170.41 181.59 -
System Red Green Blue C M Y K H S L
Decimal 236 108 236 0 0.54 0 0.07 300 0.77 0.67
Hex EC 6C EC 0 36 0 7 12C 4D 43
Octal 354 154 354 0 66 0 7 454 115 103
Binary 11101100 1101100 11101100 0 110110 0 111 100101100 1001101 1000011

Color Harmonies of #EC6CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6CEC

Black with #EC6CEC

Text Example


Text Example

White with #EC6CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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