#E450EE

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

Shades of Free Speech Magenta #E450EE

Tints of Free Speech Magenta #E450EE

Color information

#E450EE (or 0xE450EE) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 50 and EE. RGB value is (228,80,238). Sum of RGB (Red+Green+Blue) = 228+80+238=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 80 (31.64% from 255 or 14.65% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #E450EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E450EE is #1BAF11. Grayscale: #8D8D8D. Windows color (decimal): -1814290 or 15618276. OLE color: 15618276.

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

Color convert

RGB22880238-
CMYK0.040.6600.07
HSL296.2º82.29%62.35%-
HSV(B)296.2º66.39%93.33%-
XYZ50.328.483.72-
YUV142.26182.03189.15-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.76%
GREEN value IS 80 (31.64% from 255) = 14.65%
BLUE value IS 238 (93.36% from 255) = 43.59%
R=41.76%
G=14.65%
B=43.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal228802380.040.6600.07296.282.2962.35
HexE450EE44207128523e
Octal34412035641020745012276
Binary11100100101000011101110100100001001111001010001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E450EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E450EE; }

 p { color: rgb(228,80,238); }

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

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

 a { background-color: rgb(228,80,238); }

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

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

 span { border-color: rgb(228,80,238); }

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