Html Css Color HEX #EC72EC Violet

📋 copy color: '#EC72EC'

red 236 ◦ green 114 ◦ blue 236

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

Shades of Violet #EC72EC

Tints of Violet #EC72EC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.45%

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

R = 40.27%
G = 19.45%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC72EC (or 0xEC72EC) is known color: Violet. HEX triplet: EC, 72 and EC. RGB value is (236,114,236). Sum of RGB (Red+Green+Blue) = 236+114+236=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 114 (44.92% from 255 or 19.45% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC72EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC72EC is #138D13. Grayscale: #A4A4A4. Windows color (decimal): -1281300 or 15495916. OLE color: 15495916.

HSL color Cylindrical-coordinate representation of color #EC72EC: 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.52%. Process color model (Four color, CMYK) of #EC72EC is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 114 236 -
CMYK 0 0.52 0 0.07
HSL 300º 0.76% 0.69% -
HSV(B) 300º 0.52% 0.93% -
XYZ 55.75 35.92 83.35 -
YUV 164.39 168.42 179.08 -
System Red Green Blue C M Y K H S L
Decimal 236 114 236 0 0.52 0 0.07 300 0.76 0.69
Hex EC 72 EC 0 34 0 7 12C 4C 45
Octal 354 162 354 0 64 0 7 454 114 105
Binary 11101100 1110010 11101100 0 110100 0 111 100101100 1001100 1000101

Color Harmonies of #EC72EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC72EC

Black with #EC72EC

Text Example


Text Example

White with #EC72EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC72EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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