#E84BD4

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

Shades of Free Speech Magenta #E84BD4

Tints of Free Speech Magenta #E84BD4

Color information

#E84BD4 (or 0xE84BD4) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 4B and D4. RGB value is (232,75,212). Sum of RGB (Red+Green+Blue) = 232+75+212=519 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.70% from 519); Green value is 75 (29.69% from 255 or 14.45% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 232 - color contains mainly: red. Hex color #E84BD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E84BD4 is #17B42B. Grayscale: #898989. Windows color (decimal): -1553452 or 13913064. OLE color: 13913064.

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

Color convert

RGB23275212-
CMYK00.680.090.09
HSL307.64º77.34%60.2%-
HSV(B)307.64º67.67%90.98%-
XYZ47.6826.9464.97-
YUV137.56170.01195.36-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.70%
GREEN value IS 75 (29.69% from 255) = 14.45%
BLUE value IS 212 (83.20% from 255) = 40.85%
R=44.70%
G=14.45%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2327521200.680.090.09307.6477.3460.2
HexE84BD4044991344d3c
Octal3501133240104111146411574
Binary1110100010010111101010001000100100110011001101001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84BD4; }

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

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

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

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

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

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

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

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