Html Css Color HEX #EC72EF Violet

📋 copy color: '#EC72EF'

red 236 ◦ green 114 ◦ blue 239

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

Shades of Violet #EC72EF

Tints of Violet #EC72EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.58%

R = 40.07%
G = 19.35%
B = 40.58%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EC72EF (or 0xEC72EF) is known color: Violet. HEX triplet: EC, 72 and EF. RGB value is (236,114,239). Sum of RGB (Red+Green+Blue) = 236+114+239=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 114 (44.92% from 255 or 19.35% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC72EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC72EF is #138D10. Grayscale: #A4A4A4. Windows color (decimal): -1281297 or 15692524. OLE color: 15692524.

HSL color Cylindrical-coordinate representation of color #EC72EF: hue angle of 298.56º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EC72EF is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 114 239 -
CMYK 0.01 0.52 0 0.06
HSL 298.56º 0.8% 0.69% -
HSV(B) 298.56º 0.52% 0.94% -
XYZ 56.19 36.1 85.67 -
YUV 164.73 169.92 178.84 -
System Red Green Blue C M Y K H S L
Decimal 236 114 239 0.01 0.52 0 0.06 298.56 0.8 0.69
Hex EC 72 EF 1 34 0 6 12B 50 45
Octal 354 162 357 1 64 0 6 453 120 105
Binary 11101100 1110010 11101111 1 110100 0 110 100101011 1010000 1000101

Color Harmonies of #EC72EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC72EF

Black with #EC72EF

Text Example


Text Example

White with #EC72EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC72EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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