#EF5ADF

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

Shades of Free Speech Magenta #EF5ADF

Tints of Free Speech Magenta #EF5ADF

Color information

#EF5ADF (or 0xEF5ADF) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 5A and DF. RGB value is (239,90,223). Sum of RGB (Red+Green+Blue) = 239+90+223=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 90 (35.55% from 255 or 16.30% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5ADF is #10A520. Grayscale: #959595. Windows color (decimal): -1090849 or 14637807. OLE color: 14637807.

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

Color convert

RGB23990223-
CMYK00.620.070.06
HSL306.44º82.32%64.51%-
HSV(B)306.44º62.34%93.73%-
XYZ52.5730.9973.02-
YUV149.71169.36191.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.30%
GREEN value IS 90 (35.55% from 255) = 16.30%
BLUE value IS 223 (87.5% from 255) = 40.40%
R=43.30%
G=16.30%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399022300.620.070.06306.4482.3264.51
HexEF5ADF03E761325241
Octal35713233707676462122101
Binary11101111101101011011111011111011111010011001010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5ADF; }

 p { color: rgb(239,90,223); }

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

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

 a { background-color: rgb(239,90,223); }

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

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

 span { border-color: rgb(239,90,223); }

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