Html Css Color HEX #EC70EC Violet

📋 copy color: '#EC70EC'

red 236 ◦ green 112 ◦ blue 236

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

Shades of Violet #EC70EC

Tints of Violet #EC70EC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.18%

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

R = 40.41%
G = 19.18%
B = 40.41%

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

#EC70EC (or 0xEC70EC) is known color: Violet. HEX triplet: EC, 70 and EC. RGB value is (236,112,236). Sum of RGB (Red+Green+Blue) = 236+112+236=584 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.41% from 584); Green value is 112 (44.14% from 255 or 19.18% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC70EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC70EC is #138F13. Grayscale: #A2A2A2. Windows color (decimal): -1281812 or 15495404. OLE color: 15495404.

HSL color Cylindrical-coordinate representation of color #EC70EC: 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 #EC70EC is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 112 236 -
CMYK 0 0.53 0 0.07
HSL 300º 0.77% 0.68% -
HSV(B) 300º 0.53% 0.93% -
XYZ 55.53 35.48 83.28 -
YUV 163.21 169.08 179.92 -
System Red Green Blue C M Y K H S L
Decimal 236 112 236 0 0.53 0 0.07 300 0.77 0.68
Hex EC 70 EC 0 35 0 7 12C 4D 44
Octal 354 160 354 0 65 0 7 454 115 104
Binary 11101100 1110000 11101100 0 110101 0 111 100101100 1001101 1000100

Color Harmonies of #EC70EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC70EC

Black with #EC70EC

Text Example


Text Example

White with #EC70EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC70EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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