#EC8BE5

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

Shades of Violet #EC8BE5

Tints of Violet #EC8BE5

Color information

#EC8BE5 (or 0xEC8BE5) is unknown color: approx Violet. HEX triplet: EC, 8B and E5. RGB value is (236,139,229). Sum of RGB (Red+Green+Blue) = 236+139+229=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 139 (54.69% from 255 or 23.01% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8BE5 is #13741A. Grayscale: #B2B2B2. Windows color (decimal): -1274907 or 15043564. OLE color: 15043564.

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

Color convert

RGB236139229-
CMYK00.410.030.07
HSL304.33º71.85%73.53%-
HSV(B)304.33º41.1%92.55%-
XYZ57.9741.9679.17-
YUV178.26156.64169.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 139 (54.69% from 255) = 23.01%
BLUE value IS 229 (89.84% from 255) = 37.91%
R=39.07%
G=23.01%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613922900.410.030.07304.3371.8573.53
HexEC8BE502937130484a
Octal35421334505137460110112
Binary11101100100010111110010101010011111110011000010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8BE5; }

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

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

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

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

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

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

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

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