#EF5DD0

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

Shades of Free Speech Magenta #EF5DD0

Tints of Free Speech Magenta #EF5DD0

Color information

#EF5DD0 (or 0xEF5DD0) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 5D and D0. RGB value is (239,93,208). Sum of RGB (Red+Green+Blue) = 239+93+208=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 93 (36.72% from 255 or 17.22% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5DD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5DD0 is #10A22F. Grayscale: #959595. Windows color (decimal): -1090096 or 13655535. OLE color: 13655535.

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

Color convert

RGB23993208-
CMYK00.610.130.06
HSL312.74º82.02%65.1%-
HSV(B)312.74º61.09%93.73%-
XYZ50.930.7362.92-
YUV149.76160.87191.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.26%
GREEN value IS 93 (36.72% from 255) = 17.22%
BLUE value IS 208 (81.64% from 255) = 38.52%
R=44.26%
G=17.22%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399320800.610.130.06312.7482.0265.1
HexEF5DD003DD61395241
Octal357135320075156471122101
Binary111011111011101110100000111101110111010011100110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5DD0; }

 p { color: rgb(239,93,208); }

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

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

 a { background-color: rgb(239,93,208); }

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

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

 span { border-color: rgb(239,93,208); }

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