#EB4DEA

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

Shades of Free Speech Magenta #EB4DEA

Tints of Free Speech Magenta #EB4DEA

Color information

#EB4DEA (or 0xEB4DEA) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 4D and EA. RGB value is (235,77,234). Sum of RGB (Red+Green+Blue) = 235+77+234=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 77 (30.47% from 255 or 14.10% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB4DEA is #14B215. Grayscale: #8D8D8D. Windows color (decimal): -1356310 or 15355371. OLE color: 15355371.

HSL color Cylindrical-coordinate representation of color #EB4DEA: hue angle of 300.38º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB4DEA is Cyan = 0, Magento = 0.67, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB23577234-
CMYK00.670.000.08
HSL300.38º79.8%61.18%-
HSV(B)300.38º67.23%92.16%-
XYZ51.7728.9180.69-
YUV142.14179.85194.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.04%
GREEN value IS 77 (30.47% from 255) = 14.10%
BLUE value IS 234 (91.80% from 255) = 42.86%
R=43.04%
G=14.10%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357723400.670.000.08300.3879.861.18
HexEB4DEA0430812c503d
Octal353115352010301045412075
Binary1110101110011011110101001000011010001001011001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4DEA; }

 p { color: rgb(235,77,234); }

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

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

 a { background-color: rgb(235,77,234); }

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

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

 span { border-color: rgb(235,77,234); }

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