#EC63ED

Color #EC63ED Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #EC63ED

Tints of Free Speech Magenta #EC63ED

Color information

#EC63ED (or 0xEC63ED) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 63 and ED. RGB value is (236,99,237). Sum of RGB (Red+Green+Blue) = 236+99+237=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 99 (39.06% from 255 or 17.31% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC63ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC63ED is #139C12. Grayscale: #9B9B9B. Windows color (decimal): -1285139 or 15557612. OLE color: 15557612.

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

Color convert

RGB23699237-
CMYK0.000.5800.07
HSL299.57º79.31%65.88%-
HSV(B)299.57º58.23%92.94%-
XYZ54.3432.8783.6-
YUV155.7173.89185.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.26%
GREEN value IS 99 (39.06% from 255) = 17.31%
BLUE value IS 237 (92.97% from 255) = 41.43%
R=41.26%
G=17.31%
B=41.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236992370.000.5800.07299.5779.3165.88
HexEC63ED03A0712c4f42
Octal35414335507207454117102
Binary111011001100011111011010111010011110010110010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC63ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC63ED; }

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

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

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

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

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

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

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

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