#EA55CB

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

Shades of Free Speech Magenta #EA55CB

Tints of Free Speech Magenta #EA55CB

Color information

#EA55CB (or 0xEA55CB) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 55 and CB. RGB value is (234,85,203). Sum of RGB (Red+Green+Blue) = 234+85+203=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 85 (33.59% from 255 or 16.28% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA55CB is #15AA34. Grayscale: #8E8E8E. Windows color (decimal): -1419829 or 13325802. OLE color: 13325802.

HSL color Cylindrical-coordinate representation of color #EA55CB: hue angle of 312.48º 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 #EA55CB is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB23485203-
CMYK00.640.130.08
HSL312.48º78.01%62.55%-
HSV(B)312.48º63.68%91.76%-
XYZ47.9628.359.43-
YUV143161.86192.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.83%
GREEN value IS 85 (33.59% from 255) = 16.28%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=44.83%
G=16.28%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348520300.640.130.08312.4878.0162.55
HexEA55CB040D81384e3f
Octal3521253130100151047011677
Binary1110101010101011100101101000000110110001001110001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA55CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA55CB; }

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

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

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

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

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

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

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

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