#EC8BEE

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

Shades of Violet #EC8BEE

Tints of Violet #EC8BEE

Color information

#EC8BEE (or 0xEC8BEE) is unknown color: approx Violet. HEX triplet: EC, 8B and EE. RGB value is (236,139,238). Sum of RGB (Red+Green+Blue) = 236+139+238=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 139 (54.69% from 255 or 22.68% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC8BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8BEE is #137411. Grayscale: #B2B2B2. Windows color (decimal): -1274898 or 15633388. OLE color: 15633388.

HSL color Cylindrical-coordinate representation of color #EC8BEE: hue angle of 298.79º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8BEE is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236139238-
CMYK0.010.4200.07
HSL298.79º74.44%73.92%-
HSV(B)298.79º41.6%93.33%-
XYZ59.2642.4785.96-
YUV179.29161.14168.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.50%
GREEN value IS 139 (54.69% from 255) = 22.68%
BLUE value IS 238 (93.36% from 255) = 38.83%
R=38.50%
G=22.68%
B=38.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361392380.010.4200.07298.7974.4473.92
HexEC8BEE12A0712b4a4a
Octal35421335615207453112112
Binary1110110010001011111011101101010011110010101110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8BEE; }

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

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

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

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

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

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

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

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