#E85FC4

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

Shades of Free Speech Magenta #E85FC4

Tints of Free Speech Magenta #E85FC4

Color information

#E85FC4 (or 0xE85FC4) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 5F and C4. RGB value is (232,95,196). Sum of RGB (Red+Green+Blue) = 232+95+196=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 232 - color contains mainly: red. Hex color #E85FC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85FC4 is #17A03B. Grayscale: #939393. Windows color (decimal): -1548348 or 12869608. OLE color: 12869608.

HSL color Cylindrical-coordinate representation of color #E85FC4: hue angle of 315.77º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E85FC4 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB23295196-
CMYK00.590.160.09
HSL315.77º74.86%64.12%-
HSV(B)315.77º59.05%90.98%-
XYZ47.3329.3355.39-
YUV147.48155.39188.29-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.36%
GREEN value IS 95 (37.5% from 255) = 18.16%
BLUE value IS 196 (76.95% from 255) = 37.48%
R=44.36%
G=18.16%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329519600.590.160.09315.7774.8664.12
HexE85FC403B10913c4b40
Octal3501373040732011474113100
Binary11101000101111111000100011101110000100110011110010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85FC4; }

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

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

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

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

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

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

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

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