#EF61CE

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

Shades of Free Speech Magenta #EF61CE

Tints of Free Speech Magenta #EF61CE

Color information

#EF61CE (or 0xEF61CE) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 61 and CE. RGB value is (239,97,206). Sum of RGB (Red+Green+Blue) = 239+97+206=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 97 (38.28% from 255 or 17.90% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF61CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF61CE is #109E31. Grayscale: #979797. Windows color (decimal): -1089074 or 13525487. OLE color: 13525487.

HSL color Cylindrical-coordinate representation of color #EF61CE: hue angle of 313.94º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF61CE is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB23997206-
CMYK00.590.140.06
HSL313.94º81.61%65.88%-
HSV(B)313.94º59.41%93.73%-
XYZ51.0131.3661.76-
YUV151.88158.54190.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.10%
GREEN value IS 97 (38.28% from 255) = 17.90%
BLUE value IS 206 (80.86% from 255) = 38.01%
R=44.10%
G=17.90%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399720600.590.140.06313.9481.6165.88
HexEF61CE03BE613a5242
Octal357141316073166472122102
Binary111011111100001110011100111011111011010011101010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF61CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF61CE; }

 p { color: rgb(239,97,206); }

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

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

 a { background-color: rgb(239,97,206); }

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

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

 span { border-color: rgb(239,97,206); }

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