#E948EB

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

Shades of Free Speech Magenta #E948EB

Tints of Free Speech Magenta #E948EB

Color information

#E948EB (or 0xE948EB) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 48 and EB. RGB value is (233,72,235). Sum of RGB (Red+Green+Blue) = 233+72+235=540 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.15% from 540); Green value is 72 (28.52% from 255 or 13.33% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #E948EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E948EB is #16B714. Grayscale: #8A8A8A. Windows color (decimal): -1488661 or 15419625. OLE color: 15419625.

HSL color Cylindrical-coordinate representation of color #E948EB: hue angle of 299.26º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E948EB is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB23372235-
CMYK0.010.6900.08
HSL299.26º80.3%60.2%-
HSV(B)299.26º69.36%92.16%-
XYZ50.9227.9681.31-
YUV138.72182.34195.25-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.15%
GREEN value IS 72 (28.52% from 255) = 13.33%
BLUE value IS 235 (92.19% from 255) = 43.52%
R=43.15%
G=13.33%
B=43.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal233722350.010.6900.08299.2680.360.2
HexE948EB1450812b503c
Octal351110353110501045312074
Binary1110100110010001110101111000101010001001010111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E948EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E948EB; }

 p { color: rgb(233,72,235); }

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

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

 a { background-color: rgb(233,72,235); }

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

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

 span { border-color: rgb(233,72,235); }

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