#EF6ADF

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

Shades of Free Speech Magenta #EF6ADF

Tints of Free Speech Magenta #EF6ADF

Color information

#EF6ADF (or 0xEF6ADF) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 6A and DF. RGB value is (239,106,223). Sum of RGB (Red+Green+Blue) = 239+106+223=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 106 (41.80% from 255 or 18.66% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6ADF is #109520. Grayscale: #9E9E9E. Windows color (decimal): -1086753 or 14641903. OLE color: 14641903.

HSL color Cylindrical-coordinate representation of color #EF6ADF: hue angle of 307.22º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6ADF is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB239106223-
CMYK00.560.070.06
HSL307.22º80.61%67.65%-
HSV(B)307.22º55.65%93.73%-
XYZ54.0733.9973.52-
YUV159.1164.06184.99-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.08%
GREEN value IS 106 (41.80% from 255) = 18.66%
BLUE value IS 223 (87.5% from 255) = 39.26%
R=42.08%
G=18.66%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910622300.560.070.06307.2280.6167.65
HexEF6ADF038761335144
Octal35715233707076463121104
Binary11101111110101011011111011100011111010011001110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6ADF; }

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

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

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

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

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

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

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

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