#EC8CED

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

Shades of Violet #EC8CED

Tints of Violet #EC8CED

Color information

#EC8CED (or 0xEC8CED) is unknown color: approx Violet. HEX triplet: EC, 8C and ED. RGB value is (236,140,237). Sum of RGB (Red+Green+Blue) = 236+140+237=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 140 (55.08% from 255 or 22.84% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC8CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8CED is #137312. Grayscale: #B3B3B3. Windows color (decimal): -1274643 or 15568108. OLE color: 15568108.

HSL color Cylindrical-coordinate representation of color #EC8CED: hue angle of 299.38º degrees, saturation: 0.73, 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 #EC8CED is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236140237-
CMYK0.000.4100.07
HSL299.38º72.93%73.92%-
HSV(B)299.38º40.93%92.94%-
XYZ59.2642.785.24-
YUV179.76160.3168.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.50%
GREEN value IS 140 (55.08% from 255) = 22.84%
BLUE value IS 237 (92.97% from 255) = 38.66%
R=38.50%
G=22.84%
B=38.66%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361402370.000.4100.07299.3872.9373.92
HexEC8CED0290712b494a
Octal35421435505107453111112
Binary1110110010001100111011010101001011110010101110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8CED; }

 p { color: rgb(236,140,237); }

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

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

 a { background-color: rgb(236,140,237); }

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

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

 span { border-color: rgb(236,140,237); }

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