#EC5CDF

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

Shades of Free Speech Magenta #EC5CDF

Tints of Free Speech Magenta #EC5CDF

Color information

#EC5CDF (or 0xEC5CDF) is unknown color: approx Free Speech Magenta. HEX triplet: EC, 5C and DF. RGB value is (236,92,223). Sum of RGB (Red+Green+Blue) = 236+92+223=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 92 (36.33% from 255 or 16.70% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5CDF is #13A320. Grayscale: #959595. Windows color (decimal): -1286945 or 14638316. OLE color: 14638316.

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

Color convert

RGB23692223-
CMYK00.610.060.07
HSL305.42º79.12%64.31%-
HSV(B)305.42º61.02%92.55%-
XYZ51.7430.8173.03-
YUV149.99169.21189.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.83%
GREEN value IS 92 (36.33% from 255) = 16.70%
BLUE value IS 223 (87.5% from 255) = 40.47%
R=42.83%
G=16.70%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369222300.610.060.07305.4279.1264.31
HexEC5CDF03D671314f40
Octal35413433707567461117100
Binary11101100101110011011111011110111011110011000110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5CDF; }

 p { color: rgb(236,92,223); }

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

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

 a { background-color: rgb(236,92,223); }

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

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

 span { border-color: rgb(236,92,223); }

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