#EF6BD8

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

Shades of Free Speech Magenta #EF6BD8

Tints of Free Speech Magenta #EF6BD8

Color information

#EF6BD8 (or 0xEF6BD8) is unknown color: approx Free Speech Magenta. HEX triplet: EF, 6B and D8. RGB value is (239,107,216). Sum of RGB (Red+Green+Blue) = 239+107+216=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 107 (42.19% from 255 or 19.04% from 562); Blue value is 216 (84.77% from 255 or 38.43% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6BD8 is #109427. Grayscale: #9E9E9E. Windows color (decimal): -1086504 or 14183407. OLE color: 14183407.

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

Color convert

RGB239107216-
CMYK00.550.100.06
HSL310.45º80.49%67.84%-
HSV(B)310.45º55.23%93.73%-
XYZ53.2533.8268.69-
YUV158.89160.23185.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.53%
GREEN value IS 107 (42.19% from 255) = 19.04%
BLUE value IS 216 (84.77% from 255) = 38.43%
R=42.53%
G=19.04%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910721600.550.100.06310.4580.4967.84
HexEF6BD8037A61365044
Octal357153330067126466120104
Binary111011111101011110110000110111101011010011011010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6BD8; }

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

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

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

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

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

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

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

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