#E245EE

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

Shades of Free Speech Magenta #E245EE

Tints of Free Speech Magenta #E245EE

Color information

#E245EE (or 0xE245EE) is unknown color: approx Free Speech Magenta. HEX triplet: E2, 45 and EE. RGB value is (226,69,238). Sum of RGB (Red+Green+Blue) = 226+69+238=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 69 (27.34% from 255 or 12.95% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #E245EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E245EE is #1DBA11. Grayscale: #868686. Windows color (decimal): -1948178 or 15615458. OLE color: 15615458.

HSL color Cylindrical-coordinate representation of color #E245EE: hue angle of 295.74º 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 #E245EE is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22669238-
CMYK0.050.7100.07
HSL295.74º83.25%60.2%-
HSV(B)295.74º71.01%93.33%-
XYZ48.9226.683.44-
YUV135.21186.01192.76-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.40%
GREEN value IS 69 (27.34% from 255) = 12.95%
BLUE value IS 238 (93.36% from 255) = 44.65%
R=42.40%
G=12.95%
B=44.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal226692380.050.7100.07295.7483.2560.2
HexE245EE54707128533c
Octal34210535651070745012374
Binary11100010100010111101110101100011101111001010001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E245EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E245EE; }

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

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

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

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

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

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

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

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