#ec63df

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

Shades of Free Speech Magenta #EC63DF

Tints of Free Speech Magenta #EC63DF

Color information

#EC63DF (or 0xEC63DF) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 63 and DF. RGB value is (236,99,223). Sum of RGB (Red+Green+Blue) = 236+99+223=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 99 (39.06% from 255 or 17.74% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63DF is #139C20. Grayscale: #999999. Windows color (decimal): -1285153 or 14640108. OLE color: 14640108.

HSL color Cylindrical-coordinate representation of color #EC63DF: hue angle of 305.69º degrees, saturation: 0.78, 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 #EC63DF is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB23699223-
CMYK00.580.060.07
HSL305.69º78.29%65.69%-
HSV(B)305.69º58.05%92.55%-
XYZ52.3732.0873.24-
YUV154.1166.89186.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.29%
GREEN value IS 99 (39.06% from 255) = 17.74%
BLUE value IS 223 (87.5% from 255) = 39.96%
R=42.29%
G=17.74%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369922300.580.060.07305.6978.2965.69
HexEC63DF03A671324e42
Octal35414333707267462116102
Binary11101100110001111011111011101011011110011001010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec63df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec63df; }

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

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

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

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

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

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

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

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