#EC51DD

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

Shades of Free Speech Magenta #EC51DD

Tints of Free Speech Magenta #EC51DD

Color information

#EC51DD (or 0xEC51DD) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 51 and DD. RGB value is (236,81,221). Sum of RGB (Red+Green+Blue) = 236+81+221=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 81 (32.03% from 255 or 15.06% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51DD is #13AE22. Grayscale: #8E8E8E. Windows color (decimal): -1289763 or 14504428. OLE color: 14504428.

HSL color Cylindrical-coordinate representation of color #EC51DD: hue angle of 305.81º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC51DD is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB23681221-
CMYK00.660.060.07
HSL305.81º80.31%62.16%-
HSV(B)305.81º65.68%92.55%-
XYZ50.5928.9471.33-
YUV143.3171.85194.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.87%
GREEN value IS 81 (32.03% from 255) = 15.06%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=43.87%
G=15.06%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368122100.660.060.07305.8180.3162.16
HexEC51DD04267132503e
Octal35412133501026746212076
Binary11101100101000111011101010000101101111001100101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC51DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC51DD; }

 p { color: rgb(236,81,221); }

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

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

 a { background-color: rgb(236,81,221); }

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

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

 span { border-color: rgb(236,81,221); }

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