#E84BD9

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

Shades of Free Speech Magenta #E84BD9

Tints of Free Speech Magenta #E84BD9

Color information

#E84BD9 (or 0xE84BD9) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 4B and D9. RGB value is (232,75,217). Sum of RGB (Red+Green+Blue) = 232+75+217=524 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.27% from 524); Green value is 75 (29.69% from 255 or 14.31% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 232 - color contains mainly: red. Hex color #E84BD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E84BD9 is #17B426. Grayscale: #898989. Windows color (decimal): -1553447 or 14240744. OLE color: 14240744.

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

Color convert

RGB23275217-
CMYK00.680.060.09
HSL305.73º77.34%60.2%-
HSV(B)305.73º67.67%90.98%-
XYZ48.3227.268.35-
YUV138.13172.51194.95-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.27%
GREEN value IS 75 (29.69% from 255) = 14.31%
BLUE value IS 217 (85.16% from 255) = 41.41%
R=44.27%
G=14.31%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2327521700.680.060.09305.7377.3460.2
HexE84BD9044691324d3c
Octal350113331010461146211574
Binary111010001001011110110010100010011010011001100101001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84BD9; }

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

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

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

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

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

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

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

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