#EB68D8

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

Shades of Free Speech Magenta #EB68D8

Tints of Free Speech Magenta #EB68D8

Color information

#EB68D8 (or 0xEB68D8) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 68 and D8. RGB value is (235,104,216). Sum of RGB (Red+Green+Blue) = 235+104+216=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 104 (41.02% from 255 or 18.74% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EB68D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB68D8 is #149727. Grayscale: #9B9B9B. Windows color (decimal): -1349416 or 14182635. OLE color: 14182635.

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

Color convert

RGB235104216-
CMYK00.560.080.08
HSL308.7º76.61%66.47%-
HSV(B)308.7º55.74%92.16%-
XYZ51.6132.5268.52-
YUV155.94161.9184.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.34%
GREEN value IS 104 (41.02% from 255) = 18.74%
BLUE value IS 216 (84.77% from 255) = 38.92%
R=42.34%
G=18.74%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510421600.560.080.08308.776.6166.47
HexEB68D8038881354d42
Octal3531503300701010465115102
Binary1110101111010001101100001110001000100010011010110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB68D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB68D8; }

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

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

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

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

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

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

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

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