#EB61C8

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

Shades of Free Speech Magenta #EB61C8

Tints of Free Speech Magenta #EB61C8

Color information

#EB61C8 (or 0xEB61C8) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 61 and C8. RGB value is (235,97,200). Sum of RGB (Red+Green+Blue) = 235+97+200=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 97 (38.28% from 255 or 18.23% from 532); Blue value is 200 (78.52% from 255 or 37.59% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EB61C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB61C8 is #149E37. Grayscale: #959595. Windows color (decimal): -1351224 or 13132267. OLE color: 13132267.

HSL color Cylindrical-coordinate representation of color #EB61C8: hue angle of 315.22º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EB61C8 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB23597200-
CMYK00.590.150.08
HSL315.22º77.53%65.1%-
HSV(B)315.22º58.72%92.16%-
XYZ48.9630.3857.93-
YUV150156.22188.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.17%
GREEN value IS 97 (38.28% from 255) = 18.23%
BLUE value IS 200 (78.52% from 255) = 37.59%
R=44.17%
G=18.23%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359720000.590.150.08315.2277.5365.1
HexEB61C803BF813b4e41
Octal3531413100731710473116101
Binary1110101111000011100100001110111111100010011101110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB61C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB61C8; }

 p { color: rgb(235,97,200); }

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

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

 a { background-color: rgb(235,97,200); }

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

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

 span { border-color: rgb(235,97,200); }

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