#EB5AE4

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

Shades of Free Speech Magenta #EB5AE4

Tints of Free Speech Magenta #EB5AE4

Color information

#EB5AE4 (or 0xEB5AE4) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 5A and E4. RGB value is (235,90,228). Sum of RGB (Red+Green+Blue) = 235+90+228=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 90 (35.55% from 255 or 16.27% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5AE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5AE4 is #14A51B. Grayscale: #949494. Windows color (decimal): -1352988 or 14965483. OLE color: 14965483.

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

Color convert

RGB23590228-
CMYK00.620.030.08
HSL302.9º78.38%63.73%-
HSV(B)302.9º61.7%92.16%-
XYZ51.9230.5876.56-
YUV149.09172.54189.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.50%
GREEN value IS 90 (35.55% from 255) = 16.27%
BLUE value IS 228 (89.45% from 255) = 41.23%
R=42.50%
G=16.27%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359022800.620.030.08302.978.3863.73
HexEB5AE403E3812f4e40
Octal353132344076310457116100
Binary11101011101101011100100011111011100010010111110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5AE4; }

 p { color: rgb(235,90,228); }

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

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

 a { background-color: rgb(235,90,228); }

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

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

 span { border-color: rgb(235,90,228); }

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