#EC8AF1

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

Shades of Violet #EC8AF1

Tints of Violet #EC8AF1

Color information

#EC8AF1 (or 0xEC8AF1) is unknown color: approx Violet. HEX triplet: EC, 8A and F1. RGB value is (236,138,241). Sum of RGB (Red+Green+Blue) = 236+138+241=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 138 (54.30% from 255 or 22.44% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC8AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8AF1 is #13750E. Grayscale: #B2B2B2. Windows color (decimal): -1275151 or 15829740. OLE color: 15829740.

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

Color convert

RGB236138241-
CMYK0.020.4300.05
HSL297.09º78.63%74.31%-
HSV(B)297.09º42.74%94.51%-
XYZ59.5642.3688.26-
YUV179.04162.97168.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 138 (54.30% from 255) = 22.44%
BLUE value IS 241 (94.53% from 255) = 39.19%
R=38.37%
G=22.44%
B=39.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361382410.020.4300.05297.0978.6374.31
HexEC8AF122B051294f4a
Octal35421236125305451117112
Binary11101100100010101111000110101011010110010100110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8AF1; }

 p { color: rgb(236,138,241); }

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

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

 a { background-color: rgb(236,138,241); }

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

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

 span { border-color: rgb(236,138,241); }

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