#EC7CF3

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

Shades of Violet #EC7CF3

Tints of Violet #EC7CF3

Color information

#EC7CF3 (or 0xEC7CF3) is unknown color: approx Violet. HEX triplet: EC, 7C and F3. RGB value is (236,124,243). Sum of RGB (Red+Green+Blue) = 236+124+243=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 124 (48.83% from 255 or 20.56% from 603); Blue value is 243 (95.31% from 255 or 40.30% from 603); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC7CF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7CF3 is #13830C. Grayscale: #AAAAAA. Windows color (decimal): -1278733 or 15957228. OLE color: 15957228.

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

Color convert

RGB236124243-
CMYK0.030.4900.05
HSL296.47º83.22%71.96%-
HSV(B)296.47º48.97%95.29%-
XYZ57.9838.7289.21-
YUV171.05168.61174.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.14%
GREEN value IS 124 (48.83% from 255) = 20.56%
BLUE value IS 243 (95.31% from 255) = 40.30%
R=39.14%
G=20.56%
B=40.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361242430.030.4900.05296.4783.2271.96
HexEC7CF3331051285348
Octal35417436336105450123110
Binary1110110011111001111001111110001010110010100010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7CF3; }

 p { color: rgb(236,124,243); }

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

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

 a { background-color: rgb(236,124,243); }

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

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

 span { border-color: rgb(236,124,243); }

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