#EA4EC1

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

Shades of Free Speech Magenta #EA4EC1

Tints of Free Speech Magenta #EA4EC1

Color information

#EA4EC1 (or 0xEA4EC1) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 4E and C1. RGB value is (234,78,193). Sum of RGB (Red+Green+Blue) = 234+78+193=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 78 (30.86% from 255 or 15.45% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA4EC1 is #15B13E. Grayscale: #898989. Windows color (decimal): -1421631 or 12668650. OLE color: 12668650.

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

Color convert

RGB23478193-
CMYK00.670.180.08
HSL315.77º78.79%61.18%-
HSV(B)315.77º66.67%91.76%-
XYZ46.2826.7953.18-
YUV137.75159.18196.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.34%
GREEN value IS 78 (30.86% from 255) = 15.45%
BLUE value IS 193 (75.78% from 255) = 38.22%
R=46.34%
G=15.45%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347819300.670.180.08315.7778.7961.18
HexEA4EC104312813c4f3d
Octal3521163010103221047411775
Binary11101010100111011000001010000111001010001001111001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4EC1; }

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

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

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

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

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

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

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

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