#EC8FEF

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

Shades of Violet #EC8FEF

Tints of Violet #EC8FEF

Color information

#EC8FEF (or 0xEC8FEF) is unknown color: approx Violet. HEX triplet: EC, 8F and EF. RGB value is (236,143,239). Sum of RGB (Red+Green+Blue) = 236+143+239=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 143 (56.25% from 255 or 23.14% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC8FEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8FEF is #137010. Grayscale: #B5B5B5. Windows color (decimal): -1273873 or 15699948. OLE color: 15699948.

HSL color Cylindrical-coordinate representation of color #EC8FEF: hue angle of 298.12º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8FEF is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236143239-
CMYK0.010.4000.06
HSL298.12º75%74.9%-
HSV(B)298.12º40.17%93.73%-
XYZ59.9943.7186.94-
YUV181.75160.31166.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.19%
GREEN value IS 143 (56.25% from 255) = 23.14%
BLUE value IS 239 (93.75% from 255) = 38.67%
R=38.19%
G=23.14%
B=38.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361432390.010.4000.06298.127574.9
HexEC8FEF1280612a4b4b
Octal35421735715006452113113
Binary1110110010001111111011111101000011010010101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8FEF; }

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

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

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

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

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

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

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

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