#EC6CD4

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

Shades of Free Speech Magenta #EC6CD4

Tints of Free Speech Magenta #EC6CD4

Color information

#EC6CD4 (or 0xEC6CD4) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 6C and D4. RGB value is (236,108,212). Sum of RGB (Red+Green+Blue) = 236+108+212=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6CD4 is #13932B. Grayscale: #9D9D9D. Windows color (decimal): -1282860 or 13921516. OLE color: 13921516.

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

Color convert

RGB236108212-
CMYK00.540.100.07
HSL311.25º77.11%67.45%-
HSV(B)311.25º54.24%92.55%-
XYZ51.8433.3165.98-
YUV158.13158.41183.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.45%
GREEN value IS 108 (42.58% from 255) = 19.42%
BLUE value IS 212 (83.20% from 255) = 38.13%
R=42.45%
G=19.42%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610821200.540.100.07311.2577.1167.45
HexEC6CD4036A71374d43
Octal354154324066127467115103
Binary111011001101100110101000110110101011110011011110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6CD4; }

 p { color: rgb(236,108,212); }

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

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

 a { background-color: rgb(236,108,212); }

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

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

 span { border-color: rgb(236,108,212); }

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