#EC8CEC

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

Shades of Violet #EC8CEC

Tints of Violet #EC8CEC

Color information

#EC8CEC (or 0xEC8CEC) is unknown color: approx Violet. HEX triplet: EC, 8C and EC. RGB value is (236,140,236). Sum of RGB (Red+Green+Blue) = 236+140+236=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 140 (55.08% from 255 or 22.88% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC8CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8CEC is #137313. Grayscale: #B3B3B3. Windows color (decimal): -1274644 or 15502572. OLE color: 15502572.

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

Color convert

RGB236140236-
CMYK00.4100.07
HSL300º71.64%73.73%-
HSV(B)300º40.68%92.55%-
XYZ59.1142.6584.47-
YUV179.65159.8168.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.56%
GREEN value IS 140 (55.08% from 255) = 22.88%
BLUE value IS 236 (92.58% from 255) = 38.56%
R=38.56%
G=22.88%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614023600.4100.0730071.6473.73
HexEC8CEC0290712c484a
Octal35421435405107454110112
Binary1110110010001100111011000101001011110010110010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8CEC; }

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

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

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

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

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

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

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

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