#EA50C1

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

Shades of Free Speech Magenta #EA50C1

Tints of Free Speech Magenta #EA50C1

Color information

#EA50C1 (or 0xEA50C1) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 50 and C1. RGB value is (234,80,193). Sum of RGB (Red+Green+Blue) = 234+80+193=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EA50C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA50C1 is #15AF3E. Grayscale: #8A8A8A. Windows color (decimal): -1421119 or 12669162. OLE color: 12669162.

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

Color convert

RGB23480193-
CMYK00.660.180.08
HSL315.97º78.57%61.57%-
HSV(B)315.97º65.81%91.76%-
XYZ46.4327.0853.23-
YUV138.93158.52195.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.15%
GREEN value IS 80 (31.64% from 255) = 15.78%
BLUE value IS 193 (75.78% from 255) = 38.07%
R=46.15%
G=15.78%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348019300.660.180.08315.9778.5761.57
HexEA50C104212813c4f3e
Octal3521203010102221047411776
Binary11101010101000011000001010000101001010001001111001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA50C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA50C1; }

 p { color: rgb(234,80,193); }

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

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

 a { background-color: rgb(234,80,193); }

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

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

 span { border-color: rgb(234,80,193); }

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