Html Css Color HEX #EC72F6 Violet

📋 copy color: '#EC72F6'

red 236 ◦ green 114 ◦ blue 246

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

Shades of Violet #EC72F6

Tints of Violet #EC72F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.28%

R = 39.6%
G = 19.13%
B = 41.28%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EC72F6 (or 0xEC72F6) is known color: Violet. HEX triplet: EC, 72 and F6. RGB value is (236,114,246). Sum of RGB (Red+Green+Blue) = 236+114+246=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 114 (44.92% from 255 or 19.13% from 596); Blue value is 246 (96.48% from 255 or 41.28% from 596); Max value from RGB is 246 - color contains mainly: blue. Hex color #EC72F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC72F6 is #138D09. Grayscale: #A5A5A5. Windows color (decimal): -1281290 or 16151276. OLE color: 16151276.

HSL color Cylindrical-coordinate representation of color #EC72F6: hue angle of 295.45º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC72F6 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 236 114 246 -
CMYK 0.04 0.54 0 0.04
HSL 295.45º 0.88% 0.71% -
HSV(B) 295.45º 0.54% 0.96% -
XYZ 57.24 36.52 91.22 -
YUV 165.53 173.42 178.27 -
System Red Green Blue C M Y K H S L
Decimal 236 114 246 0.04 0.54 0 0.04 295.45 0.88 0.71
Hex EC 72 F6 4 36 0 4 127 58 47
Octal 354 162 366 4 66 0 4 447 130 107
Binary 11101100 1110010 11110110 100 110110 0 100 100100111 1011000 1000111

Color Harmonies of #EC72F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC72F6

Black with #EC72F6

Text Example


Text Example

White with #EC72F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC72F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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