#ED61CF

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

Shades of Free Speech Magenta #ED61CF

Tints of Free Speech Magenta #ED61CF

Color information

#ED61CF (or 0xED61CF) is unknown color: approx Free Speech Magenta. HEX triplet: ED, 61 and CF. RGB value is (237,97,207). Sum of RGB (Red+Green+Blue) = 237+97+207=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 97 (38.28% from 255 or 17.93% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #ED61CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED61CF is #129E30. Grayscale: #979797. Windows color (decimal): -1220145 or 13591021. OLE color: 13591021.

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

Color convert

RGB23797207-
CMYK00.590.130.07
HSL312.86º79.55%65.49%-
HSV(B)312.86º59.07%92.94%-
XYZ50.4631.0662.37-
YUV151.4159.38189.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.81%
GREEN value IS 97 (38.28% from 255) = 17.93%
BLUE value IS 207 (81.25% from 255) = 38.26%
R=43.81%
G=17.93%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379720700.590.130.07312.8679.5565.49
HexED61CF03BD71395041
Octal355141317073157471120101
Binary111011011100001110011110111011110111110011100110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED61CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED61CF; }

 p { color: rgb(237,97,207); }

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

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

 a { background-color: rgb(237,97,207); }

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

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

 span { border-color: rgb(237,97,207); }

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