#EA4BE0

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

Shades of Free Speech Magenta #EA4BE0

Tints of Free Speech Magenta #EA4BE0

Color information

#EA4BE0 (or 0xEA4BE0) is unknown color: approx Free Speech Magenta. HEX triplet: EA, 4B and E0. RGB value is (234,75,224). Sum of RGB (Red+Green+Blue) = 234+75+224=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 75 (29.69% from 255 or 14.07% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4BE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA4BE0 is #15B41F. Grayscale: #8B8B8B. Windows color (decimal): -1422368 or 14699498. OLE color: 14699498.

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

Color convert

RGB23475224-
CMYK00.680.040.08
HSL303.77º79.1%60.59%-
HSV(B)303.77º67.95%91.76%-
XYZ49.927.9173.28-
YUV139.53175.68195.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.90%
GREEN value IS 75 (29.69% from 255) = 14.07%
BLUE value IS 224 (87.89% from 255) = 42.03%
R=43.90%
G=14.07%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347522400.680.040.08303.7779.160.59
HexEA4BE0044481304f3d
Octal352113340010441046011775
Binary111010101001011111000000100010010010001001100001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4BE0; }

 p { color: rgb(234,75,224); }

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

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

 a { background-color: rgb(234,75,224); }

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

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

 span { border-color: rgb(234,75,224); }

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