#E04BC2

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

Shades of Free Speech Magenta #E04BC2

Tints of Free Speech Magenta #E04BC2

Color information

#E04BC2 (or 0xE04BC2) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 4B and C2. RGB value is (224,75,194). Sum of RGB (Red+Green+Blue) = 224+75+194=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 75 (29.69% from 255 or 15.21% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E04BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04BC2 is #1FB43D. Grayscale: #848484. Windows color (decimal): -2077758 or 12733408. OLE color: 12733408.

HSL color Cylindrical-coordinate representation of color #E04BC2: hue angle of 312.08º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04BC2 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB22475194-
CMYK00.670.130.12
HSL312.08º70.62%58.63%-
HSV(B)312.08º66.52%87.84%-
XYZ42.9924.7753.55-
YUV133.12162.36192.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.44%
GREEN value IS 75 (29.69% from 255) = 15.21%
BLUE value IS 194 (76.17% from 255) = 39.35%
R=45.44%
G=15.21%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247519400.670.130.12312.0870.6258.63
HexE04BC2043DC138473b
Octal3401133020103151447010773
Binary1110000010010111100001001000011110111001001110001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04BC2; }

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

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

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

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

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

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

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

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