#EF5CD0

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

Shades of Free Speech Magenta #EF5CD0

Tints of Free Speech Magenta #EF5CD0

Color information

#EF5CD0 (or 0xEF5CD0) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 5C and D0. RGB value is (239,92,208). Sum of RGB (Red+Green+Blue) = 239+92+208=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 92 (36.33% from 255 or 17.07% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5CD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5CD0 is #10A32F. Grayscale: #949494. Windows color (decimal): -1090352 or 13655279. OLE color: 13655279.

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

Color convert

RGB23992208-
CMYK00.620.130.06
HSL312.65º82.12%64.9%-
HSV(B)312.65º61.51%93.73%-
XYZ50.8130.5662.9-
YUV149.18161.2192.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.34%
GREEN value IS 92 (36.33% from 255) = 17.07%
BLUE value IS 208 (81.64% from 255) = 38.59%
R=44.34%
G=17.07%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399220800.620.130.06312.6582.1264.9
HexEF5CD003ED61395241
Octal357134320076156471122101
Binary111011111011100110100000111110110111010011100110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5CD0; }

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

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

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

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

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

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

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

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