#EB42D8

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

Shades of Free Speech Magenta #EB42D8

Tints of Free Speech Magenta #EB42D8

Color information

#EB42D8 (or 0xEB42D8) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 42 and D8. RGB value is (235,66,216). Sum of RGB (Red+Green+Blue) = 235+66+216=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 66 (26.17% from 255 or 12.77% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EB42D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB42D8 is #14BD27. Grayscale: #858585. Windows color (decimal): -1359144 or 14172907. OLE color: 14172907.

HSL color Cylindrical-coordinate representation of color #EB42D8: hue angle of 306.75º 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 #EB42D8 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB23566216-
CMYK00.720.080.08
HSL306.75º80.86%59.02%-
HSV(B)306.75º71.91%92.16%-
XYZ48.626.5267.52-
YUV133.63174.49200.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.45%
GREEN value IS 66 (26.17% from 255) = 12.77%
BLUE value IS 216 (84.77% from 255) = 41.78%
R=45.45%
G=12.77%
B=41.78%

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
Decimal2356621600.720.080.08306.7580.8659.02
HexEB42D804888133513b
Octal3531023300110101046312173
Binary1110101110000101101100001001000100010001001100111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB42D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB42D8; }

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

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

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

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

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

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

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

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