#EC6CDE

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

Shades of Free Speech Magenta #EC6CDE

Tints of Free Speech Magenta #EC6CDE

Color information

#EC6CDE (or 0xEC6CDE) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 6C and DE. RGB value is (236,108,222). Sum of RGB (Red+Green+Blue) = 236+108+222=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 108 (42.58% from 255 or 19.08% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6CDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6CDE is #139321. Grayscale: #9E9E9E. Windows color (decimal): -1282850 or 14576876. OLE color: 14576876.

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

Color convert

RGB236108222-
CMYK00.540.060.07
HSL306.56º77.11%67.45%-
HSV(B)306.56º54.24%92.55%-
XYZ53.1433.8372.84-
YUV159.27163.41182.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.70%
GREEN value IS 108 (42.58% from 255) = 19.08%
BLUE value IS 222 (87.11% from 255) = 39.22%
R=41.70%
G=19.08%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610822200.540.060.07306.5677.1167.45
HexEC6CDE036671334d43
Octal35415433606667463115103
Binary11101100110110011011110011011011011110011001110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6CDE; }

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

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

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

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

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

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

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

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