#EA4CF2

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

Shades of Free Speech Magenta #EA4CF2

Tints of Free Speech Magenta #EA4CF2

Color information

#EA4CF2 (or 0xEA4CF2) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 4C and F2. RGB value is (234,76,242). Sum of RGB (Red+Green+Blue) = 234+76+242=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 76 (30.08% from 255 or 13.77% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA4CF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA4CF2 is #15B30D. Grayscale: #8D8D8D. Windows color (decimal): -1422094 or 15879402. OLE color: 15879402.

HSL color Cylindrical-coordinate representation of color #EA4CF2: hue angle of 297.11º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA4CF2 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23476242-
CMYK0.030.6900.05
HSL297.11º86.46%62.35%-
HSV(B)297.11º68.6%94.9%-
XYZ52.5429.0786.85-
YUV142.17184.35193.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 76 (30.08% from 255) = 13.77%
BLUE value IS 242 (94.92% from 255) = 43.84%
R=42.39%
G=13.77%
B=43.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal234762420.030.6900.05297.1186.4662.35
HexEA4CF234505129563e
Octal35211436231050545112676
Binary1110101010011001111001011100010101011001010011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4CF2; }

 p { color: rgb(234,76,242); }

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

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

 a { background-color: rgb(234,76,242); }

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

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

 span { border-color: rgb(234,76,242); }

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