#E538DE

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

Shades of Free Speech Magenta #E538DE

Tints of Free Speech Magenta #E538DE

Color information

#E538DE (or 0xE538DE) is unknown color: approx Free Speech Magenta. HEX triplet: E5, 38 and DE. RGB value is (229,56,222). Sum of RGB (Red+Green+Blue) = 229+56+222=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 56 (22.27% from 255 or 11.05% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E538DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E538DE is #1AC721. Grayscale: #7E7E7E. Windows color (decimal): -1754914 or 14563557. OLE color: 14563557.

HSL color Cylindrical-coordinate representation of color #E538DE: hue angle of 302.43º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E538DE is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB22956222-
CMYK00.760.030.10
HSL302.43º76.89%55.88%-
HSV(B)302.43º75.55%89.8%-
XYZ46.9124.7671.41-
YUV126.65181.81201-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.17%
GREEN value IS 56 (22.27% from 255) = 11.05%
BLUE value IS 222 (87.11% from 255) = 43.79%
R=45.17%
G=11.05%
B=43.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295622200.760.030.10302.4376.8955.88
HexE538DE04C3A12e4d38
Octal34570336011431245611570
Binary1110010111100011011110010011001110101001011101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E538DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E538DE; }

 p { color: rgb(229,56,222); }

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

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

 a { background-color: rgb(229,56,222); }

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

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

 span { border-color: rgb(229,56,222); }

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