#EB4AED

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

Shades of Free Speech Magenta #EB4AED

Tints of Free Speech Magenta #EB4AED

Color information

#EB4AED (or 0xEB4AED) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 4A and ED. RGB value is (235,74,237). Sum of RGB (Red+Green+Blue) = 235+74+237=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 74 (29.30% from 255 or 13.55% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB4AED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB4AED is #14B512. Grayscale: #8C8C8C. Windows color (decimal): -1357075 or 15551211. OLE color: 15551211.

HSL color Cylindrical-coordinate representation of color #EB4AED: hue angle of 299.26º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB4AED is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23574237-
CMYK0.010.6900.07
HSL299.26º81.91%60.98%-
HSV(B)299.26º68.78%92.94%-
XYZ5228.6782.91-
YUV140.72182.34195.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.04%
GREEN value IS 74 (29.30% from 255) = 13.55%
BLUE value IS 237 (92.97% from 255) = 43.41%
R=43.04%
G=13.55%
B=43.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal235742370.010.6900.07299.2681.9160.98
HexEB4AED1450712b523d
Octal35311235511050745312275
Binary111010111001010111011011100010101111001010111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4AED; }

 p { color: rgb(235,74,237); }

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

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

 a { background-color: rgb(235,74,237); }

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

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

 span { border-color: rgb(235,74,237); }

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