#EC66CC

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

Shades of Free Speech Magenta #EC66CC

Tints of Free Speech Magenta #EC66CC

Color information

#EC66CC (or 0xEC66CC) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 66 and CC. RGB value is (236,102,204). Sum of RGB (Red+Green+Blue) = 236+102+204=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 102 (40.23% from 255 or 18.82% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC66CC is #139933. Grayscale: #999999. Windows color (decimal): -1284404 or 13395692. OLE color: 13395692.

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

Color convert

RGB236102204-
CMYK00.570.140.07
HSL314.33º77.91%66.27%-
HSV(B)314.33º56.78%92.55%-
XYZ50.2431.760.6-
YUV153.69156.39186.71-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.54%
GREEN value IS 102 (40.23% from 255) = 18.82%
BLUE value IS 204 (80.08% from 255) = 37.64%
R=43.54%
G=18.82%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610220400.570.140.07314.3377.9166.27
HexEC66CC039E713a4e42
Octal354146314071167472116102
Binary111011001100110110011000111001111011110011101010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC66CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC66CC; }

 p { color: rgb(236,102,204); }

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

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

 a { background-color: rgb(236,102,204); }

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

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

 span { border-color: rgb(236,102,204); }

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