#EC6AD1

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

Shades of Free Speech Magenta #EC6AD1

Tints of Free Speech Magenta #EC6AD1

Color information

#EC6AD1 (or 0xEC6AD1) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 6A and D1. RGB value is (236,106,209). Sum of RGB (Red+Green+Blue) = 236+106+209=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6AD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6AD1 is #13952E. Grayscale: #9C9C9C. Windows color (decimal): -1283375 or 13724396. OLE color: 13724396.

HSL color Cylindrical-coordinate representation of color #EC6AD1: hue angle of 312.46º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6AD1 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB236106209-
CMYK00.550.110.07
HSL312.46º77.38%67.06%-
HSV(B)312.46º55.08%92.55%-
XYZ51.2532.7463.94-
YUV156.61157.57184.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.83%
GREEN value IS 106 (41.80% from 255) = 19.24%
BLUE value IS 209 (82.03% from 255) = 37.93%
R=42.83%
G=19.24%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610620900.550.110.07312.4677.3867.06
HexEC6AD1037B71384d43
Octal354152321067137470115103
Binary111011001101010110100010110111101111110011100010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6AD1; }

 p { color: rgb(236,106,209); }

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

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

 a { background-color: rgb(236,106,209); }

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

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

 span { border-color: rgb(236,106,209); }

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