Html Css Color HEX #EC72F1 Violet

📋 copy color: '#EC72F1'

red 236 ◦ green 114 ◦ blue 241

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

Shades of Violet #EC72F1

Tints of Violet #EC72F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.78%

R = 39.93%
G = 19.29%
B = 40.78%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC72F1 (or 0xEC72F1) is known color: Violet. HEX triplet: EC, 72 and F1. RGB value is (236,114,241). Sum of RGB (Red+Green+Blue) = 236+114+241=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 114 (44.92% from 255 or 19.29% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC72F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC72F1 is #138D0E. Grayscale: #A4A4A4. Windows color (decimal): -1281295 or 15823596. OLE color: 15823596.

HSL color Cylindrical-coordinate representation of color #EC72F1: hue angle of 297.64º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC72F1 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 114 241 -
CMYK 0.02 0.53 0 0.05
HSL 297.64º 0.82% 0.7% -
HSV(B) 297.64º 0.53% 0.95% -
XYZ 56.49 36.22 87.23 -
YUV 164.96 170.92 178.67 -
System Red Green Blue C M Y K H S L
Decimal 236 114 241 0.02 0.53 0 0.05 297.64 0.82 0.7
Hex EC 72 F1 2 35 0 5 12A 52 46
Octal 354 162 361 2 65 0 5 452 122 106
Binary 11101100 1110010 11110001 10 110101 0 101 100101010 1010010 1000110

Color Harmonies of #EC72F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC72F1

Black with #EC72F1

Text Example


Text Example

White with #EC72F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC72F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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