#EC8AFB

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

Shades of Violet #EC8AFB

Tints of Violet #EC8AFB

Color information

#EC8AFB (or 0xEC8AFB) is unknown color: approx Violet. HEX triplet: EC, 8A and FB. RGB value is (236,138,251). Sum of RGB (Red+Green+Blue) = 236+138+251=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 138 (54.30% from 255 or 22.08% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC8AFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8AFB is #137504. Grayscale: #B3B3B3. Windows color (decimal): -1275141 or 16485100. OLE color: 16485100.

HSL color Cylindrical-coordinate representation of color #EC8AFB: hue angle of 292.04º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC8AFB is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236138251-
CMYK0.060.4500.02
HSL292.04º93.39%76.27%-
HSV(B)292.04º45.02%98.43%-
XYZ61.0942.9796.34-
YUV180.18167.97167.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.76%
GREEN value IS 138 (54.30% from 255) = 22.08%
BLUE value IS 251 (98.44% from 255) = 40.16%
R=37.76%
G=22.08%
B=40.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361382510.060.4500.02292.0493.3976.27
HexEC8AFB62D021245d4c
Octal35421237365502444135114
Binary11101100100010101111101111010110101010010010010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8AFB; }

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

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

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

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

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

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

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

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