#EB6BD8

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

Shades of Free Speech Magenta #EB6BD8

Tints of Free Speech Magenta #EB6BD8

Color information

#EB6BD8 (or 0xEB6BD8) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 6B and D8. RGB value is (235,107,216). Sum of RGB (Red+Green+Blue) = 235+107+216=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6BD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6BD8 is #149427. Grayscale: #9D9D9D. Windows color (decimal): -1348648 or 14183403. OLE color: 14183403.

HSL color Cylindrical-coordinate representation of color #EB6BD8: hue angle of 308.91º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB6BD8 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB235107216-
CMYK00.540.080.08
HSL308.91º76.19%67.06%-
HSV(B)308.91º54.47%92.16%-
XYZ51.9133.1468.63-
YUV157.7160.91183.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 107 (42.19% from 255) = 19.18%
BLUE value IS 216 (84.77% from 255) = 38.71%
R=42.11%
G=19.18%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510721600.540.080.08308.9176.1967.06
HexEB6BD8036881354c43
Octal3531533300661010465114103
Binary1110101111010111101100001101101000100010011010110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6BD8; }

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

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

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

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

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

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

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

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