#EC74F2

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

Shades of Violet #EC74F2

Tints of Violet #EC74F2

Color information

#EC74F2 (or 0xEC74F2) is unknown color: approx Violet. HEX triplet: EC, 74 and F2. RGB value is (236,116,242). Sum of RGB (Red+Green+Blue) = 236+116+242=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 116 (45.70% from 255 or 19.53% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC74F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC74F2 is #138B0D. Grayscale: #A5A5A5. Windows color (decimal): -1280782 or 15889644. OLE color: 15889644.

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

Color convert

RGB236116242-
CMYK0.020.5200.05
HSL297.14º82.89%70.2%-
HSV(B)297.14º52.07%94.9%-
XYZ56.8636.7388.1-
YUV166.24170.76177.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.73%
GREEN value IS 116 (45.70% from 255) = 19.53%
BLUE value IS 242 (94.92% from 255) = 40.74%
R=39.73%
G=19.53%
B=40.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361162420.020.5200.05297.1482.8970.2
HexEC74F2234051295346
Octal35416436226405451123106
Binary1110110011101001111001010110100010110010100110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC74F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC74F2; }

 p { color: rgb(236,116,242); }

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

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

 a { background-color: rgb(236,116,242); }

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

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

 span { border-color: rgb(236,116,242); }

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