#EC84EA

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

Shades of Violet #EC84EA

Tints of Violet #EC84EA

Color information

#EC84EA (or 0xEC84EA) is unknown color: approx Violet. HEX triplet: EC, 84 and EA. RGB value is (236,132,234). Sum of RGB (Red+Green+Blue) = 236+132+234=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 132 (51.95% from 255 or 21.93% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #EC84EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC84EA is #137B15. Grayscale: #AEAEAE. Windows color (decimal): -1276694 or 15369452. OLE color: 15369452.

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

Color convert

RGB236132234-
CMYK00.440.010.07
HSL301.15º73.24%72.16%-
HSV(B)301.15º44.07%92.55%-
XYZ57.6940.2882.58-
YUV174.72161.46171.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.20%
GREEN value IS 132 (51.95% from 255) = 21.93%
BLUE value IS 234 (91.80% from 255) = 38.87%
R=39.20%
G=21.93%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613223400.440.010.07301.1573.2472.16
HexEC84EA02C1712d4948
Octal35420435205417455111110
Binary1110110010000100111010100101100111110010110110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC84EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC84EA; }

 p { color: rgb(236,132,234); }

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

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

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

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

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

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

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