#E150DE

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

Shades of Free Speech Magenta #E150DE

Tints of Free Speech Magenta #E150DE

Color information

#E150DE (or 0xE150DE) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 50 and DE. RGB value is (225,80,222). Sum of RGB (Red+Green+Blue) = 225+80+222=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E150DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E150DE is #1EAF21. Grayscale: #8B8B8B. Windows color (decimal): -2010914 or 14569697. OLE color: 14569697.

HSL color Cylindrical-coordinate representation of color #E150DE: hue angle of 301.24º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E150DE is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB22580222-
CMYK00.640.010.12
HSL301.24º70.73%59.8%-
HSV(B)301.24º64.44%88.24%-
XYZ47.127.0271.84-
YUV139.54174.54188.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.69%
GREEN value IS 80 (31.64% from 255) = 15.18%
BLUE value IS 222 (87.11% from 255) = 42.13%
R=42.69%
G=15.18%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258022200.640.010.12301.2470.7359.8
HexE150DE0401C12d473c
Octal341120336010011445510774
Binary1110000110100001101111001000000111001001011011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E150DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E150DE; }

 p { color: rgb(225,80,222); }

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

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

 a { background-color: rgb(225,80,222); }

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

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

 span { border-color: rgb(225,80,222); }

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