#EC8EE5

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

Shades of Violet #EC8EE5

Tints of Violet #EC8EE5

Color information

#EC8EE5 (or 0xEC8EE5) is unknown color: approx Violet. HEX triplet: EC, 8E and E5. RGB value is (236,142,229). Sum of RGB (Red+Green+Blue) = 236+142+229=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8EE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8EE5 is #13711A. Grayscale: #B3B3B3. Windows color (decimal): -1274139 or 15044332. OLE color: 15044332.

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

Color convert

RGB236142229-
CMYK00.400.030.07
HSL304.47º71.21%74.12%-
HSV(B)304.47º39.83%92.55%-
XYZ58.4142.8479.32-
YUV180.02155.64167.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.88%
GREEN value IS 142 (55.86% from 255) = 23.39%
BLUE value IS 229 (89.84% from 255) = 37.73%
R=38.88%
G=23.39%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614222900.400.030.07304.4771.2174.12
HexEC8EE502837130474a
Octal35421634505037460107112
Binary11101100100011101110010101010001111110011000010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8EE5; }

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

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

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

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

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

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

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

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