#EC66E0

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

Shades of Free Speech Magenta #EC66E0

Tints of Free Speech Magenta #EC66E0

Color information

#EC66E0 (or 0xEC66E0) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 66 and E0. RGB value is (236,102,224). Sum of RGB (Red+Green+Blue) = 236+102+224=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 102 (40.23% from 255 or 18.15% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC66E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC66E0 is #13991F. Grayscale: #9B9B9B. Windows color (decimal): -1284384 or 14706412. OLE color: 14706412.

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

Color convert

RGB236102224-
CMYK00.570.050.07
HSL305.37º77.91%66.27%-
HSV(B)305.37º56.78%92.55%-
XYZ52.832.7274.05-
YUV155.97166.39185.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.99%
GREEN value IS 102 (40.23% from 255) = 18.15%
BLUE value IS 224 (87.89% from 255) = 39.86%
R=41.99%
G=18.15%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610222400.570.050.07305.3777.9166.27
HexEC66E0039571314e42
Octal35414634007157461116102
Binary11101100110011011100000011100110111110011000110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC66E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC66E0; }

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

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

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

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

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

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

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

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