#EC3DEE

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

Shades of Free Speech Magenta #EC3DEE

Tints of Free Speech Magenta #EC3DEE

Color information

#EC3DEE (or 0xEC3DEE) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 3D and EE. RGB value is (236,61,238). Sum of RGB (Red+Green+Blue) = 236+61+238=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 61 (24.22% from 255 or 11.40% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC3DEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC3DEE is #13C211. Grayscale: #848484. Windows color (decimal): -1294866 or 15613420. OLE color: 15613420.

HSL color Cylindrical-coordinate representation of color #EC3DEE: hue angle of 299.32º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC3DEE is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23661238-
CMYK0.010.7400.07
HSL299.32º83.89%58.63%-
HSV(B)299.32º74.37%93.33%-
XYZ51.6927.3483.44-
YUV133.5186.98201.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.11%
GREEN value IS 61 (24.22% from 255) = 11.40%
BLUE value IS 238 (93.36% from 255) = 44.49%
R=44.11%
G=11.40%
B=44.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236612380.010.7400.07299.3283.8958.63
HexEC3DEE14A0712b543b
Octal3547535611120745312473
Binary11101100111101111011101100101001111001010111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3DEE; }

 p { color: rgb(236,61,238); }

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

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

 a { background-color: rgb(236,61,238); }

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

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

 span { border-color: rgb(236,61,238); }

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