#EC83ED

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

Shades of Violet #EC83ED

Tints of Violet #EC83ED

Color information

#EC83ED (or 0xEC83ED) is unknown color: approx Violet. HEX triplet: EC, 83 and ED. RGB value is (236,131,237). Sum of RGB (Red+Green+Blue) = 236+131+237=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 131 (51.56% from 255 or 21.69% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC83ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC83ED is #137C12. Grayscale: #AEAEAE. Windows color (decimal): -1276947 or 15565804. OLE color: 15565804.

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

Color convert

RGB236131237-
CMYK0.000.4500.07
HSL299.43º74.65%72.16%-
HSV(B)299.43º44.73%92.94%-
XYZ57.9940.1884.82-
YUV174.48163.29171.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 131 (51.56% from 255) = 21.69%
BLUE value IS 237 (92.97% from 255) = 39.24%
R=39.07%
G=21.69%
B=39.24%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361312370.000.4500.07299.4374.6572.16
HexEC83ED02D0712b4b48
Octal35420335505507453113110
Binary1110110010000011111011010101101011110010101110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC83ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC83ED; }

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

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

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

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

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

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

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

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