#EC8BFB

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

Shades of Violet #EC8BFB

Tints of Violet #EC8BFB

Color information

#EC8BFB (or 0xEC8BFB) is unknown color: approx Violet. HEX triplet: EC, 8B and FB. RGB value is (236,139,251). Sum of RGB (Red+Green+Blue) = 236+139+251=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 139 (54.69% from 255 or 22.20% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #EC8BFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8BFB is #137404. Grayscale: #B4B4B4. Windows color (decimal): -1274885 or 16485356. OLE color: 16485356.

HSL color Cylindrical-coordinate representation of color #EC8BFB: hue angle of 291.96º 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 #EC8BFB is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236139251-
CMYK0.060.4500.02
HSL291.96º93.33%76.47%-
HSV(B)291.96º44.62%98.43%-
XYZ61.2443.2696.39-
YUV180.77167.64167.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.70%
GREEN value IS 139 (54.69% from 255) = 22.20%
BLUE value IS 251 (98.44% from 255) = 40.10%
R=37.70%
G=22.20%
B=40.10%

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
Decimal2361392510.060.4500.02291.9693.3376.47
HexEC8BFB62D021245d4c
Octal35421337365502444135114
Binary11101100100010111111101111010110101010010010010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8BFB; }

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

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

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

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

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

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

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

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