#E95BCF

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

Shades of Free Speech Magenta #E95BCF

Tints of Free Speech Magenta #E95BCF

Color information

#E95BCF (or 0xE95BCF) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 5B and CF. RGB value is (233,91,207). Sum of RGB (Red+Green+Blue) = 233+91+207=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 91 (35.94% from 255 or 17.14% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E95BCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95BCF is #16A430. Grayscale: #929292. Windows color (decimal): -1483825 or 13589481. OLE color: 13589481.

HSL color Cylindrical-coordinate representation of color #E95BCF: hue angle of 310.99º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95BCF is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB23391207-
CMYK00.610.110.09
HSL310.99º76.34%63.53%-
HSV(B)310.99º60.94%91.37%-
XYZ48.6129.3162.13-
YUV146.68162.04189.57-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.88%
GREEN value IS 91 (35.94% from 255) = 17.14%
BLUE value IS 207 (81.25% from 255) = 38.98%
R=43.88%
G=17.14%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339120700.610.110.09310.9976.3463.53
HexE95BCF03DB91374c40
Octal3511333170751311467114100
Binary1110100110110111100111101111011011100110011011110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95BCF; }

 p { color: rgb(233,91,207); }

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

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

 a { background-color: rgb(233,91,207); }

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

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

 span { border-color: rgb(233,91,207); }

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