#EC6FE8

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

Shades of Violet #EC6FE8

Tints of Violet #EC6FE8

Color information

#EC6FE8 (or 0xEC6FE8) is unknown color: approx Violet. HEX triplet: EC, 6F and E8. RGB value is (236,111,232). Sum of RGB (Red+Green+Blue) = 236+111+232=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 111 (43.75% from 255 or 19.17% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6FE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6FE8 is #139017. Grayscale: #A1A1A1. Windows color (decimal): -1282072 or 15233004. OLE color: 15233004.

HSL color Cylindrical-coordinate representation of color #EC6FE8: hue angle of 301.92º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6FE8 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB236111232-
CMYK00.530.020.07
HSL301.92º76.69%68.04%-
HSV(B)301.92º52.97%92.55%-
XYZ54.8435.0380.21-
YUV162.17167.41180.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.76%
GREEN value IS 111 (43.75% from 255) = 19.17%
BLUE value IS 232 (91.02% from 255) = 40.07%
R=40.76%
G=19.17%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611123200.530.020.07301.9276.6968.04
HexEC6FE80352712e4d44
Octal35415735006527456115104
Binary1110110011011111110100001101011011110010111010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6FE8; }

 p { color: rgb(236,111,232); }

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

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

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

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

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

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

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