#EC8FF7

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

Shades of Violet #EC8FF7

Tints of Violet #EC8FF7

Color information

#EC8FF7 (or 0xEC8FF7) is unknown color: approx Violet. HEX triplet: EC, 8F and F7. RGB value is (236,143,247). Sum of RGB (Red+Green+Blue) = 236+143+247=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 143 (56.25% from 255 or 22.84% from 626); Blue value is 247 (96.88% from 255 or 39.46% from 626); Max value from RGB is 247 - color contains mainly: blue. Hex color #EC8FF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8FF7 is #137008. Grayscale: #B6B6B6. Windows color (decimal): -1273865 or 16224236. OLE color: 16224236.

HSL color Cylindrical-coordinate representation of color #EC8FF7: hue angle of 293.65º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8FF7 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB236143247-
CMYK0.040.4200.03
HSL293.65º86.67%76.47%-
HSV(B)293.65º42.11%96.86%-
XYZ61.244.1993.3-
YUV182.66164.31166.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.70%
GREEN value IS 143 (56.25% from 255) = 22.84%
BLUE value IS 247 (96.88% from 255) = 39.46%
R=37.70%
G=22.84%
B=39.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2361432470.040.4200.03293.6586.6776.47
HexEC8FF742A03126574c
Octal35421736745203446127114
Binary11101100100011111111011110010101001110010011010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8FF7; }

 p { color: rgb(236,143,247); }

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

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

 a { background-color: rgb(236,143,247); }

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

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

 span { border-color: rgb(236,143,247); }

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