#E04BEA

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

Shades of Free Speech Magenta #E04BEA

Tints of Free Speech Magenta #E04BEA

Color information

#E04BEA (or 0xE04BEA) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 4B and EA. RGB value is (224,75,234). Sum of RGB (Red+Green+Blue) = 224+75+234=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 75 (29.69% from 255 or 14.07% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #E04BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E04BEA is #1FB415. Grayscale: #898989. Windows color (decimal): -2077718 or 15354848. OLE color: 15354848.

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

Color convert

RGB22475234-
CMYK0.040.6800.08
HSL296.23º79.1%60.59%-
HSV(B)296.23º67.95%91.76%-
XYZ48.1126.8280.48-
YUV137.68182.36189.57-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal224752340.040.6800.08296.2379.160.59
HexE04BEA444081284f3d
Octal340113352410401045011775
Binary111000001001011111010101001000100010001001010001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04BEA; }

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

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

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

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

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

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

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

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