#EA55BD

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

Shades of Free Speech Magenta #EA55BD

Tints of Free Speech Magenta #EA55BD

Color information

#EA55BD (or 0xEA55BD) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 55 and BD. RGB value is (234,85,189). Sum of RGB (Red+Green+Blue) = 234+85+189=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA55BD is #15AA42. Grayscale: #8D8D8D. Windows color (decimal): -1419843 or 12408298. OLE color: 12408298.

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

Color convert

RGB23485189-
CMYK00.640.190.08
HSL318.12º78.01%62.55%-
HSV(B)318.12º63.68%91.76%-
XYZ46.3727.6651.04-
YUV141.41154.86194.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.06%
GREEN value IS 85 (33.59% from 255) = 16.73%
BLUE value IS 189 (74.22% from 255) = 37.20%
R=46.06%
G=16.73%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348518900.640.190.08318.1278.0162.55
HexEA55BD04013813e4e3f
Octal3521252750100231047611677
Binary11101010101010110111101010000001001110001001111101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA55BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA55BD; }

 p { color: rgb(234,85,189); }

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

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

 a { background-color: rgb(234,85,189); }

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

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

 span { border-color: rgb(234,85,189); }

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