#EF6BD9

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

Shades of Free Speech Magenta #EF6BD9

Tints of Free Speech Magenta #EF6BD9

Color information

#EF6BD9 (or 0xEF6BD9) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 6B and D9. RGB value is (239,107,217). Sum of RGB (Red+Green+Blue) = 239+107+217=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6BD9 is #109426. Grayscale: #9E9E9E. Windows color (decimal): -1086503 or 14248943. OLE color: 14248943.

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

Color convert

RGB239107217-
CMYK00.550.090.06
HSL310º80.49%67.84%-
HSV(B)310º55.23%93.73%-
XYZ53.3833.8869.37-
YUV159.01160.73185.06-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.45%
GREEN value IS 107 (42.19% from 255) = 19.01%
BLUE value IS 217 (85.16% from 255) = 38.54%
R=42.45%
G=19.01%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910721700.550.090.0631080.4967.84
HexEF6BD9037961365044
Octal357153331067116466120104
Binary111011111101011110110010110111100111010011011010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6BD9; }

 p { color: rgb(239,107,217); }

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

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

 a { background-color: rgb(239,107,217); }

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

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

 span { border-color: rgb(239,107,217); }

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