#E95BE5

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

Shades of Free Speech Magenta #E95BE5

Tints of Free Speech Magenta #E95BE5

Color information

#E95BE5 (or 0xE95BE5) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 5B and E5. RGB value is (233,91,229). Sum of RGB (Red+Green+Blue) = 233+91+229=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 91 (35.94% from 255 or 16.46% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E95BE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95BE5 is #16A41A. Grayscale: #949494. Windows color (decimal): -1483803 or 15031273. OLE color: 15031273.

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

Color convert

RGB23391229-
CMYK00.610.020.09
HSL301.69º76.34%63.53%-
HSV(B)301.69º60.94%91.37%-
XYZ51.4930.4677.29-
YUV149.19173.04187.78-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.13%
GREEN value IS 91 (35.94% from 255) = 16.46%
BLUE value IS 229 (89.84% from 255) = 41.41%
R=42.13%
G=16.46%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339122900.610.020.09301.6976.3463.53
HexE95BE503D2912e4c40
Octal351133345075211456114100
Binary11101001101101111100101011110110100110010111010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95BE5; }

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

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

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

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

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

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

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

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