#EB5EE4

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

Shades of Free Speech Magenta #EB5EE4

Tints of Free Speech Magenta #EB5EE4

Color information

#EB5EE4 (or 0xEB5EE4) is unknown color: approx Free Speech Magenta. HEX triplet: EB, 5E and E4. RGB value is (235,94,228). Sum of RGB (Red+Green+Blue) = 235+94+228=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 94 (37.11% from 255 or 16.88% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5EE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB5EE4 is #14A11B. Grayscale: #979797. Windows color (decimal): -1351964 or 14966507. OLE color: 14966507.

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

Color convert

RGB23594228-
CMYK00.60.030.08
HSL302.98º77.9%64.51%-
HSV(B)302.98º60%92.16%-
XYZ52.2731.2776.68-
YUV151.44171.21187.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.19%
GREEN value IS 94 (37.11% from 255) = 16.88%
BLUE value IS 228 (89.45% from 255) = 40.93%
R=42.19%
G=16.88%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359422800.60.030.08302.9877.964.51
HexEB5EE403C3812f4e41
Octal353136344074310457116101
Binary11101011101111011100100011110011100010010111110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5EE4; }

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

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

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

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

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

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

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

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