#E95CF1

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

Shades of Free Speech Magenta #E95CF1

Tints of Free Speech Magenta #E95CF1

Color information

#E95CF1 (or 0xE95CF1) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 5C and F1. RGB value is (233,92,241). Sum of RGB (Red+Green+Blue) = 233+92+241=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 92 (36.33% from 255 or 16.25% from 566); Blue value is 241 (94.53% from 255 or 42.58% from 566); Max value from RGB is 241 - color contains mainly: blue. Hex color #E95CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E95CF1 is #16A30E. Grayscale: #969696. Windows color (decimal): -1483535 or 15817961. OLE color: 15817961.

HSL color Cylindrical-coordinate representation of color #E95CF1: hue angle of 296.78º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E95CF1 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23392241-
CMYK0.030.6200.05
HSL296.78º84.18%65.29%-
HSV(B)296.78º61.83%94.51%-
XYZ53.3131.3386.46-
YUV151.14178.71186.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.17%
GREEN value IS 92 (36.33% from 255) = 16.25%
BLUE value IS 241 (94.53% from 255) = 42.58%
R=41.17%
G=16.25%
B=42.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal233922410.030.6200.05296.7884.1865.29
HexE95CF133E051295441
Octal35113436137605451124101
Binary1110100110111001111000111111110010110010100110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95CF1; }

 p { color: rgb(233,92,241); }

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

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

 a { background-color: rgb(233,92,241); }

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

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

 span { border-color: rgb(233,92,241); }

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