#EC74E2

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

Shades of Violet #EC74E2

Tints of Violet #EC74E2

Color information

#EC74E2 (or 0xEC74E2) is unknown color: approx Violet. HEX triplet: EC, 74 and E2. RGB value is (236,116,226). Sum of RGB (Red+Green+Blue) = 236+116+226=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 116 (45.70% from 255 or 20.07% from 578); Blue value is 226 (88.67% from 255 or 39.10% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #EC74E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC74E2 is #138B1D. Grayscale: #A4A4A4. Windows color (decimal): -1280798 or 14841068. OLE color: 14841068.

HSL color Cylindrical-coordinate representation of color #EC74E2: hue angle of 305º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC74E2 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB236116226-
CMYK00.510.040.07
HSL305º75.95%69.02%-
HSV(B)305º50.85%92.55%-
XYZ54.5635.8175.99-
YUV164.42162.76179.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.83%
GREEN value IS 116 (45.70% from 255) = 20.07%
BLUE value IS 226 (88.67% from 255) = 39.10%
R=40.83%
G=20.07%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611622600.510.040.0730575.9569.02
HexEC74E2033471314c45
Octal35416434206347461114105
Binary11101100111010011100010011001110011110011000110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC74E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC74E2; }

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

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

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

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

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

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

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

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