#E95FD1

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

Shades of Free Speech Magenta #E95FD1

Tints of Free Speech Magenta #E95FD1

Color information

#E95FD1 (or 0xE95FD1) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 5F and D1. RGB value is (233,95,209). Sum of RGB (Red+Green+Blue) = 233+95+209=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 95 (37.5% from 255 or 17.69% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 233 - color contains mainly: red. Hex color #E95FD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95FD1 is #16A02E. Grayscale: #949494. Windows color (decimal): -1482799 or 13721577. OLE color: 13721577.

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

Color convert

RGB23395209-
CMYK00.590.100.09
HSL310.43º75.82%64.31%-
HSV(B)310.43º59.23%91.37%-
XYZ49.2130.1163.54-
YUV149.26161.72187.73-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.39%
GREEN value IS 95 (37.5% from 255) = 17.69%
BLUE value IS 209 (82.03% from 255) = 38.92%
R=43.39%
G=17.69%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339520900.590.100.09310.4375.8264.31
HexE95FD103BA91364c40
Octal3511373210731211466114100
Binary1110100110111111101000101110111010100110011011010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95FD1; }

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

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

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

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

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

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

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

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