#E95FC4

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

Shades of Free Speech Magenta #E95FC4

Tints of Free Speech Magenta #E95FC4

Color information

#E95FC4 (or 0xE95FC4) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 5F and C4. RGB value is (233,95,196). Sum of RGB (Red+Green+Blue) = 233+95+196=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 95 (37.5% from 255 or 18.13% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E95FC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95FC4 is #16A03B. Grayscale: #939393. Windows color (decimal): -1482812 or 12869609. OLE color: 12869609.

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

Color convert

RGB23395196-
CMYK00.590.160.09
HSL316.09º75.82%64.31%-
HSV(B)316.09º59.23%91.37%-
XYZ47.6629.4955.41-
YUV147.78155.22188.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.47%
GREEN value IS 95 (37.5% from 255) = 18.13%
BLUE value IS 196 (76.95% from 255) = 37.40%
R=44.47%
G=18.13%
B=37.40%

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
Decimal2339519600.590.160.09316.0975.8264.31
HexE95FC403B10913c4c40
Octal3511373040732011474114100
Binary11101001101111111000100011101110000100110011110010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95FC4; }

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

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

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

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

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

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

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

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