#E84BC4

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

Shades of Free Speech Magenta #E84BC4

Tints of Free Speech Magenta #E84BC4

Color information

#E84BC4 (or 0xE84BC4) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 4B and C4. RGB value is (232,75,196). Sum of RGB (Red+Green+Blue) = 232+75+196=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 75 (29.69% from 255 or 14.91% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 232 - color contains mainly: red. Hex color #E84BC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E84BC4 is #17B43B. Grayscale: #878787. Windows color (decimal): -1553468 or 12864488. OLE color: 12864488.

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

Color convert

RGB23275196-
CMYK00.680.160.09
HSL313.76º77.34%60.2%-
HSV(B)313.76º67.67%90.98%-
XYZ45.7626.1754.86-
YUV135.74162.01196.66-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.12%
GREEN value IS 75 (29.69% from 255) = 14.91%
BLUE value IS 196 (76.95% from 255) = 38.97%
R=46.12%
G=14.91%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2327519600.680.160.09313.7677.3460.2
HexE84BC404410913a4d3c
Octal3501133040104201147211574
Binary11101000100101111000100010001001000010011001110101001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84BC4; }

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

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

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

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

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

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

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

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