#EB41D9

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

Shades of Free Speech Magenta #EB41D9

Tints of Free Speech Magenta #EB41D9

Color information

#EB41D9 (or 0xEB41D9) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 41 and D9. RGB value is (235,65,217). Sum of RGB (Red+Green+Blue) = 235+65+217=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 65 (25.78% from 255 or 12.57% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EB41D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB41D9 is #14BE26. Grayscale: #848484. Windows color (decimal): -1359399 or 14238187. OLE color: 14238187.

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

Color convert

RGB23565217-
CMYK00.720.080.08
HSL306.35º80.95%58.82%-
HSV(B)306.35º72.34%92.16%-
XYZ48.6826.4568.19-
YUV133.16175.32200.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.45%
GREEN value IS 65 (25.78% from 255) = 12.57%
BLUE value IS 217 (85.16% from 255) = 41.97%
R=45.45%
G=12.57%
B=41.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356521700.720.080.08306.3580.9558.82
HexEB41D904888132513b
Octal3531013310110101046212173
Binary1110101110000011101100101001000100010001001100101010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB41D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB41D9; }

 p { color: rgb(235,65,217); }

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

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

 a { background-color: rgb(235,65,217); }

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

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

 span { border-color: rgb(235,65,217); }

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