#E84BC5

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

Shades of Free Speech Magenta #E84BC5

Tints of Free Speech Magenta #E84BC5

Color information

#E84BC5 (or 0xE84BC5) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 4B and C5. RGB value is (232,75,197). Sum of RGB (Red+Green+Blue) = 232+75+197=504 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.03% from 504); Green value is 75 (29.69% from 255 or 14.88% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 232 - color contains mainly: red. Hex color #E84BC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E84BC5 is #17B43A. Grayscale: #878787. Windows color (decimal): -1553467 or 12930024. OLE color: 12930024.

HSL color Cylindrical-coordinate representation of color #E84BC5: hue angle of 313.38º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E84BC5 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB23275197-
CMYK00.680.150.09
HSL313.38º77.34%60.2%-
HSV(B)313.38º67.67%90.98%-
XYZ45.8726.2255.47-
YUV135.85162.51196.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.03%
GREEN value IS 75 (29.69% from 255) = 14.88%
BLUE value IS 197 (77.34% from 255) = 39.09%
R=46.03%
G=14.88%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2327519700.680.150.09313.3877.3460.2
HexE84BC5044F91394d3c
Octal3501133050104171147111574
Binary1110100010010111100010101000100111110011001110011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84BC5; }

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

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

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

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

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

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

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

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