#EF68D1

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

Shades of Free Speech Magenta #EF68D1

Tints of Free Speech Magenta #EF68D1

Color information

#EF68D1 (or 0xEF68D1) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 68 and D1. RGB value is (239,104,209). Sum of RGB (Red+Green+Blue) = 239+104+209=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 104 (41.02% from 255 or 18.84% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF68D1 is #10972E. Grayscale: #9C9C9C. Windows color (decimal): -1087279 or 13723887. OLE color: 13723887.

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

Color convert

RGB239104209-
CMYK00.560.130.06
HSL313.33º80.84%67.25%-
HSV(B)313.33º56.49%93.73%-
XYZ52.0632.8563.92-
YUV156.33157.73186.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.30%
GREEN value IS 104 (41.02% from 255) = 18.84%
BLUE value IS 209 (82.03% from 255) = 37.86%
R=43.30%
G=18.84%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910420900.560.130.06313.3380.8467.25
HexEF68D1038D61395143
Octal357150321070156471121103
Binary111011111101000110100010111000110111010011100110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF68D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF68D1; }

 p { color: rgb(239,104,209); }

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

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

 a { background-color: rgb(239,104,209); }

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

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

 span { border-color: rgb(239,104,209); }

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