#EF6CDF

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

Shades of Free Speech Magenta #EF6CDF

Tints of Free Speech Magenta #EF6CDF

Color information

#EF6CDF (or 0xEF6CDF) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 6C and DF. RGB value is (239,108,223). Sum of RGB (Red+Green+Blue) = 239+108+223=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 108 (42.58% from 255 or 18.95% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6CDF is #109320. Grayscale: #9F9F9F. Windows color (decimal): -1086241 or 14642415. OLE color: 14642415.

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

Color convert

RGB239108223-
CMYK00.550.070.06
HSL307.33º80.37%68.04%-
HSV(B)307.33º54.81%93.73%-
XYZ54.2834.473.59-
YUV160.28163.4184.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.93%
GREEN value IS 108 (42.58% from 255) = 18.95%
BLUE value IS 223 (87.5% from 255) = 39.12%
R=41.93%
G=18.95%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910822300.550.070.06307.3380.3768.04
HexEF6CDF037761335044
Octal35715433706776463120104
Binary11101111110110011011111011011111111010011001110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6CDF; }

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

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

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

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

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

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

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

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