#EB5DE1

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

Shades of Free Speech Magenta #EB5DE1

Tints of Free Speech Magenta #EB5DE1

Color information

#EB5DE1 (or 0xEB5DE1) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 5D and E1. RGB value is (235,93,225). Sum of RGB (Red+Green+Blue) = 235+93+225=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 93 (36.72% from 255 or 16.82% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5DE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5DE1 is #14A21E. Grayscale: #969696. Windows color (decimal): -1352223 or 14769643. OLE color: 14769643.

HSL color Cylindrical-coordinate representation of color #EB5DE1: hue angle of 304.23º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB5DE1 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB23593225-
CMYK00.600.040.08
HSL304.23º78.02%64.31%-
HSV(B)304.23º60.43%92.16%-
XYZ51.7730.9374.48-
YUV150.51170.04188.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.50%
GREEN value IS 93 (36.72% from 255) = 16.82%
BLUE value IS 225 (88.28% from 255) = 40.69%
R=42.50%
G=16.82%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359322500.600.040.08304.2378.0264.31
HexEB5DE103C481304e40
Octal353135341074410460116100
Binary111010111011101111000010111100100100010011000010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5DE1; }

 p { color: rgb(235,93,225); }

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

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

 a { background-color: rgb(235,93,225); }

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

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

 span { border-color: rgb(235,93,225); }

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