#EC63E8

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

Shades of Free Speech Magenta #EC63E8

Tints of Free Speech Magenta #EC63E8

Color information

#EC63E8 (or 0xEC63E8) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 63 and E8. RGB value is (236,99,232). Sum of RGB (Red+Green+Blue) = 236+99+232=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 99 (39.06% from 255 or 17.46% from 567); Blue value is 232 (91.02% from 255 or 40.92% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC63E8 is #139C17. Grayscale: #9A9A9A. Windows color (decimal): -1285144 or 15229932. OLE color: 15229932.

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

Color convert

RGB23699232-
CMYK00.580.020.07
HSL301.75º78.29%65.69%-
HSV(B)301.75º58.05%92.55%-
XYZ53.6232.5879.81-
YUV155.12171.39185.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.62%
GREEN value IS 99 (39.06% from 255) = 17.46%
BLUE value IS 232 (91.02% from 255) = 40.92%
R=41.62%
G=17.46%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369923200.580.020.07301.7578.2965.69
HexEC63E803A2712e4e42
Octal35414335007227456116102
Binary1110110011000111110100001110101011110010111010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC63E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC63E8; }

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

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

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

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

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

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

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

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