#E95AEE

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

Shades of Free Speech Magenta #E95AEE

Tints of Free Speech Magenta #E95AEE

Color information

#E95AEE (or 0xE95AEE) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 5A and EE. RGB value is (233,90,238). Sum of RGB (Red+Green+Blue) = 233+90+238=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 90 (35.55% from 255 or 16.04% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #E95AEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E95AEE is #16A511. Grayscale: #959595. Windows color (decimal): -1484050 or 15620841. OLE color: 15620841.

HSL color Cylindrical-coordinate representation of color #E95AEE: hue angle of 297.97º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E95AEE is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23390238-
CMYK0.020.6200.07
HSL297.97º81.32%64.31%-
HSV(B)297.97º62.18%93.33%-
XYZ52.6930.8184.06-
YUV149.63177.88187.47-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.53%
GREEN value IS 90 (35.55% from 255) = 16.04%
BLUE value IS 238 (93.36% from 255) = 42.42%
R=41.53%
G=16.04%
B=42.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal233902380.020.6200.07297.9781.3264.31
HexE95AEE23E0712a5140
Octal35113235627607452121100
Binary1110100110110101110111010111110011110010101010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E95AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E95AEE; }

 p { color: rgb(233,90,238); }

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

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

 a { background-color: rgb(233,90,238); }

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

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

 span { border-color: rgb(233,90,238); }

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