#E95FC3

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

Shades of Free Speech Magenta #E95FC3

Tints of Free Speech Magenta #E95FC3

Color information

#E95FC3 (or 0xE95FC3) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 5F and C3. RGB value is (233,95,195). Sum of RGB (Red+Green+Blue) = 233+95+195=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E95FC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95FC3 is #16A03C. Grayscale: #939393. Windows color (decimal): -1482813 or 12804073. OLE color: 12804073.

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

Color convert

RGB23395195-
CMYK00.590.160.09
HSL316.52º75.82%64.31%-
HSV(B)316.52º59.23%91.37%-
XYZ47.5529.4554.81-
YUV147.66154.72188.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.55%
GREEN value IS 95 (37.5% from 255) = 18.16%
BLUE value IS 195 (76.56% from 255) = 37.28%
R=44.55%
G=18.16%
B=37.28%

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
Decimal2339519500.590.160.09316.5275.8264.31
HexE95FC303B10913d4c40
Octal3511373030732011475114100
Binary11101001101111111000011011101110000100110011110110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95FC3; }

 p { color: rgb(233,95,195); }

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

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

 a { background-color: rgb(233,95,195); }

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

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

 span { border-color: rgb(233,95,195); }

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