#EC72F0

Color #EC72F0 Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #EC72F0

Tints of Violet #EC72F0

Color information

#EC72F0 (or 0xEC72F0) is unknown color: approx Violet. HEX triplet: EC, 72 and F0. RGB value is (236,114,240). Sum of RGB (Red+Green+Blue) = 236+114+240=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 114 (44.92% from 255 or 19.32% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #EC72F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC72F0 is #138D0F. Grayscale: #A4A4A4. Windows color (decimal): -1281296 or 15758060. OLE color: 15758060.

HSL color Cylindrical-coordinate representation of color #EC72F0: hue angle of 298.1º degrees, saturation: 0.81, 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 #EC72F0 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236114240-
CMYK0.020.5200.06
HSL298.1º80.77%69.41%-
HSV(B)298.1º52.5%94.12%-
XYZ56.3436.1686.45-
YUV164.84170.42178.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40%
GREEN value IS 114 (44.92% from 255) = 19.32%
BLUE value IS 240 (94.14% from 255) = 40.68%
R=40%
G=19.32%
B=40.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361142400.020.5200.06298.180.7769.41
HexEC72F02340612a5145
Octal35416236026406452121105
Binary1110110011100101111000010110100011010010101010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC72F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC72F0; }

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

 H1.HeaderClassName
 {
   color: #EC72F0;
 }
 .AnyTagClassName
 {
   color: #EC72F0;
 }
</style>
background-color css

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

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

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

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

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

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