#E95FCA

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

Shades of Free Speech Magenta #E95FCA

Tints of Free Speech Magenta #E95FCA

Color information

#E95FCA (or 0xE95FCA) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 5F and CA. RGB value is (233,95,202). Sum of RGB (Red+Green+Blue) = 233+95+202=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E95FCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95FCA is #16A035. Grayscale: #949494. Windows color (decimal): -1482806 or 13262825. OLE color: 13262825.

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

Color convert

RGB23395202-
CMYK00.590.130.09
HSL313.48º75.82%64.31%-
HSV(B)313.48º59.23%91.37%-
XYZ48.3629.7759.08-
YUV148.46158.22188.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.96%
GREEN value IS 95 (37.5% from 255) = 17.92%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=43.96%
G=17.92%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339520200.590.130.09313.4875.8264.31
HexE95FCA03BD91394c40
Octal3511373120731511471114100
Binary1110100110111111100101001110111101100110011100110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95FCA; }

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

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

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

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

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

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

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

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