#E445EE

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

Shades of Free Speech Magenta #E445EE

Tints of Free Speech Magenta #E445EE

Color information

#E445EE (or 0xE445EE) is unknown color: approx Free Speech Magenta. HEX triplet: E4, 45 and EE. RGB value is (228,69,238). Sum of RGB (Red+Green+Blue) = 228+69+238=535 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.62% from 535); Green value is 69 (27.34% from 255 or 12.90% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #E445EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E445EE is #1BBA11. Grayscale: #878787. Windows color (decimal): -1817106 or 15615460. OLE color: 15615460.

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

Color convert

RGB22869238-
CMYK0.040.7100.07
HSL296.45º83.25%60.2%-
HSV(B)296.45º71.01%93.33%-
XYZ49.5626.9283.47-
YUV135.81185.68193.76-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.62%
GREEN value IS 69 (27.34% from 255) = 12.90%
BLUE value IS 238 (93.36% from 255) = 44.49%
R=42.62%
G=12.90%
B=44.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal228692380.040.7100.07296.4583.2560.2
HexE445EE44707128533c
Octal34410535641070745012374
Binary11100100100010111101110100100011101111001010001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E445EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E445EE; }

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

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

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

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

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

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

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

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