#EC63CB

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

Shades of Free Speech Magenta #EC63CB

Tints of Free Speech Magenta #EC63CB

Color information

#EC63CB (or 0xEC63CB) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 63 and CB. RGB value is (236,99,203). Sum of RGB (Red+Green+Blue) = 236+99+203=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 99 (39.06% from 255 or 18.40% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC63CB is #139C34. Grayscale: #979797. Windows color (decimal): -1285173 or 13329388. OLE color: 13329388.

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

Color convert

RGB23699203-
CMYK00.580.140.07
HSL314.45º78.29%65.69%-
HSV(B)314.45º58.05%92.55%-
XYZ49.8331.0759.87-
YUV151.82156.89188.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.87%
GREEN value IS 99 (39.06% from 255) = 18.40%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=43.87%
G=18.40%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369920300.580.140.07314.4578.2965.69
HexEC63CB03AE713a4e42
Octal354143313072167472116102
Binary111011001100011110010110111010111011110011101010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC63CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC63CB; }

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

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

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

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

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

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

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

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