#EF61D1

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

Shades of Free Speech Magenta #EF61D1

Tints of Free Speech Magenta #EF61D1

Color information

#EF61D1 (or 0xEF61D1) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 61 and D1. RGB value is (239,97,209). Sum of RGB (Red+Green+Blue) = 239+97+209=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 97 (38.28% from 255 or 17.80% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF61D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF61D1 is #109E2E. Grayscale: #979797. Windows color (decimal): -1089071 or 13722095. OLE color: 13722095.

HSL color Cylindrical-coordinate representation of color #EF61D1: hue angle of 312.68º 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 #EF61D1 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB23997209-
CMYK00.590.130.06
HSL312.68º81.61%65.88%-
HSV(B)312.68º59.41%93.73%-
XYZ51.3831.563.69-
YUV152.23160.04189.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.85%
GREEN value IS 97 (38.28% from 255) = 17.80%
BLUE value IS 209 (82.03% from 255) = 38.35%
R=43.85%
G=17.80%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399720900.590.130.06312.6881.6165.88
HexEF61D103BD61395242
Octal357141321073156471122102
Binary111011111100001110100010111011110111010011100110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF61D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF61D1; }

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

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

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

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

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

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

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

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