#EC8BF8

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

Shades of Violet #EC8BF8

Tints of Violet #EC8BF8

Color information

#EC8BF8 (or 0xEC8BF8) is unknown color: approx Violet. HEX triplet: EC, 8B and F8. RGB value is (236,139,248). Sum of RGB (Red+Green+Blue) = 236+139+248=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 139 (54.69% from 255 or 22.31% from 623); Blue value is 248 (97.27% from 255 or 39.81% from 623); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC8BF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8BF8 is #137407. Grayscale: #B4B4B4. Windows color (decimal): -1274888 or 16288748. OLE color: 16288748.

HSL color Cylindrical-coordinate representation of color #EC8BF8: hue angle of 293.39º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC8BF8 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB236139248-
CMYK0.050.4400.03
HSL293.39º88.62%75.88%-
HSV(B)293.39º43.95%97.25%-
XYZ60.7743.0893.92-
YUV180.43166.14167.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.88%
GREEN value IS 139 (54.69% from 255) = 22.31%
BLUE value IS 248 (97.27% from 255) = 39.81%
R=37.88%
G=22.31%
B=39.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2361392480.050.4400.03293.3988.6275.88
HexEC8BF852C03125594c
Octal35421337055403445131114
Binary11101100100010111111100010110110001110010010110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8BF8; }

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

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

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

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

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

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

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

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