Html Css Color HEX #EC72E2 Violet

📋 copy color: '#EC72E2'

red 236 ◦ green 114 ◦ blue 226

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

Shades of Violet #EC72E2

Tints of Violet #EC72E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.24%

R = 40.97%
G = 19.79%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EC72E2 (or 0xEC72E2) is known color: Violet. HEX triplet: EC, 72 and E2. RGB value is (236,114,226). Sum of RGB (Red+Green+Blue) = 236+114+226=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 114 (44.92% from 255 or 19.79% from 576); Blue value is 226 (88.67% from 255 or 39.24% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #EC72E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC72E2 is #138D1D. Grayscale: #A2A2A2. Windows color (decimal): -1281310 or 14840556. OLE color: 14840556.

HSL color Cylindrical-coordinate representation of color #EC72E2: hue angle of 304.92º 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 #EC72E2 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 114 226 -
CMYK 0 0.52 0.04 0.07
HSL 304.92º 0.76% 0.69% -
HSV(B) 304.92º 0.52% 0.93% -
XYZ 54.34 35.36 75.91 -
YUV 163.25 163.42 179.89 -
System Red Green Blue C M Y K H S L
Decimal 236 114 226 0 0.52 0.04 0.07 304.92 0.76 0.69
Hex EC 72 E2 0 34 4 7 131 4C 45
Octal 354 162 342 0 64 4 7 461 114 105
Binary 11101100 1110010 11100010 0 110100 100 111 100110001 1001100 1000101

Color Harmonies of #EC72E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC72E2

Black with #EC72E2

Text Example


Text Example

White with #EC72E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC72E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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