#EC8BFF

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

Shades of Violet #EC8BFF

Tints of Violet #EC8BFF

Color information

#EC8BFF (or 0xEC8BFF) is unknown color: approx Violet. HEX triplet: EC, 8B and FF. RGB value is (236,139,255). Sum of RGB (Red+Green+Blue) = 236+139+255=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 139 (54.69% from 255 or 22.06% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC8BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8BFF is #137400. Grayscale: #B4B4B4. Windows color (decimal): -1274881 or 16747500. OLE color: 16747500.

HSL color Cylindrical-coordinate representation of color #EC8BFF: hue angle of 290.17º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC8BFF is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB236139255-
CMYK0.070.4500
HSL290.17º100%77.25%-
HSV(B)290.17º45.49%100%-
XYZ61.8743.5299.75-
YUV181.23169.64167.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.46%
GREEN value IS 139 (54.69% from 255) = 22.06%
BLUE value IS 255 (100% from 255) = 40.48%
R=37.46%
G=22.06%
B=40.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361392550.070.4500290.1710077.25
HexEC8BFF72D00122644d
Octal35421337775500442144115
Binary1110110010001011111111111111011010010010001011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8BFF; }

 p { color: rgb(236,139,255); }

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

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

 a { background-color: rgb(236,139,255); }

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

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

 span { border-color: rgb(236,139,255); }

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