#EF5BD0

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

Shades of Free Speech Magenta #EF5BD0

Tints of Free Speech Magenta #EF5BD0

Color information

#EF5BD0 (or 0xEF5BD0) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 5B and D0. RGB value is (239,91,208). Sum of RGB (Red+Green+Blue) = 239+91+208=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 91 (35.94% from 255 or 16.91% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5BD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5BD0 is #10A42F. Grayscale: #949494. Windows color (decimal): -1090608 or 13655023. OLE color: 13655023.

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

Color convert

RGB23991208-
CMYK00.620.130.06
HSL312.57º82.22%64.71%-
HSV(B)312.57º61.92%93.73%-
XYZ50.7230.3962.87-
YUV148.59161.53192.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.42%
GREEN value IS 91 (35.94% from 255) = 16.91%
BLUE value IS 208 (81.64% from 255) = 38.66%
R=44.42%
G=16.91%
B=38.66%

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
Decimal2399120800.620.130.06312.5782.2264.71
HexEF5BD003ED61395241
Octal357133320076156471122101
Binary111011111011011110100000111110110111010011100110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5BD0; }

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

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

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

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

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

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

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

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