#E04BC5

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

Shades of Free Speech Magenta #E04BC5

Tints of Free Speech Magenta #E04BC5

Color information

#E04BC5 (or 0xE04BC5) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 4B and C5. RGB value is (224,75,197). Sum of RGB (Red+Green+Blue) = 224+75+197=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E04BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E04BC5 is #1FB43A. Grayscale: #858585. Windows color (decimal): -2077755 or 12930016. OLE color: 12930016.

HSL color Cylindrical-coordinate representation of color #E04BC5: hue angle of 310.87º 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 #E04BC5 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB22475197-
CMYK00.670.120.12
HSL310.87º70.62%58.63%-
HSV(B)310.87º66.52%87.84%-
XYZ43.3324.9155.35-
YUV133.46163.86192.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.16%
GREEN value IS 75 (29.69% from 255) = 15.12%
BLUE value IS 197 (77.34% from 255) = 39.72%
R=45.16%
G=15.12%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247519700.670.120.12310.8770.6258.63
HexE04BC5043CC137473b
Octal3401133050103141446710773
Binary1110000010010111100010101000011110011001001101111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04BC5; }

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

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

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

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

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

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

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

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