#EC58DD

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

Shades of Free Speech Magenta #EC58DD

Tints of Free Speech Magenta #EC58DD

Color information

#EC58DD (or 0xEC58DD) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 58 and DD. RGB value is (236,88,221). Sum of RGB (Red+Green+Blue) = 236+88+221=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 88 (34.77% from 255 or 16.15% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC58DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC58DD is #13A722. Grayscale: #939393. Windows color (decimal): -1287971 or 14506220. OLE color: 14506220.

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

Color convert

RGB23688221-
CMYK00.630.060.07
HSL306.08º79.57%63.53%-
HSV(B)306.08º62.71%92.55%-
XYZ51.1330.0371.51-
YUV147.41169.53191.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.30%
GREEN value IS 88 (34.77% from 255) = 16.15%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=43.30%
G=16.15%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368822100.630.060.07306.0879.5763.53
HexEC58DD03F671325040
Octal35413033507767462120100
Binary11101100101100011011101011111111011110011001010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC58DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC58DD; }

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

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

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

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

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

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

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

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