#E150DD

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

Shades of Free Speech Magenta #E150DD

Tints of Free Speech Magenta #E150DD

Color information

#E150DD (or 0xE150DD) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 50 and DD. RGB value is (225,80,221). Sum of RGB (Red+Green+Blue) = 225+80+221=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 80 (31.64% from 255 or 15.21% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E150DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E150DD is #1EAF22. Grayscale: #8B8B8B. Windows color (decimal): -2010915 or 14504161. OLE color: 14504161.

HSL color Cylindrical-coordinate representation of color #E150DD: hue angle of 301.66º 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 #E150DD is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB22580221-
CMYK00.640.020.12
HSL301.66º70.73%59.8%-
HSV(B)301.66º64.44%88.24%-
XYZ46.9726.9771.14-
YUV139.43174.04189.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.78%
GREEN value IS 80 (31.64% from 255) = 15.21%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=42.78%
G=15.21%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258022100.640.020.12301.6670.7359.8
HexE150DD0402C12e473c
Octal341120335010021445610774
Binary11100001101000011011101010000001011001001011101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E150DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E150DD; }

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

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

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

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

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

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

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

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