#EC7FF2

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

Shades of Violet #EC7FF2

Tints of Violet #EC7FF2

Color information

#EC7FF2 (or 0xEC7FF2) is unknown color: approx Violet. HEX triplet: EC, 7F and F2. RGB value is (236,127,242). Sum of RGB (Red+Green+Blue) = 236+127+242=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 127 (50% from 255 or 20.99% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC7FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7FF2 is #13800D. Grayscale: #ACACAC. Windows color (decimal): -1277966 or 15892460. OLE color: 15892460.

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

Color convert

RGB236127242-
CMYK0.020.4800.05
HSL296.87º81.56%72.35%-
HSV(B)296.87º47.52%94.9%-
XYZ58.2139.4288.55-
YUV172.7167.11173.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.01%
GREEN value IS 127 (50% from 255) = 20.99%
BLUE value IS 242 (94.92% from 255) = 40%
R=39.01%
G=20.99%
B=40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361272420.020.4800.05296.8781.5672.35
HexEC7FF2230051295248
Octal35417736226005451122110
Binary1110110011111111111001010110000010110010100110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7FF2; }

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

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

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

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

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

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

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

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