#E150D7

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

Shades of Free Speech Magenta #E150D7

Tints of Free Speech Magenta #E150D7

Color information

#E150D7 (or 0xE150D7) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 50 and D7. RGB value is (225,80,215). Sum of RGB (Red+Green+Blue) = 225+80+215=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 80 (31.64% from 255 or 15.38% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E150D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E150D7 is #1EAF28. Grayscale: #8A8A8A. Windows color (decimal): -2010921 or 14110945. OLE color: 14110945.

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

Color convert

RGB22580215-
CMYK00.640.040.12
HSL304.14º70.73%59.8%-
HSV(B)304.14º64.44%88.24%-
XYZ46.1926.6567-
YUV138.74171.04189.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.27%
GREEN value IS 80 (31.64% from 255) = 15.38%
BLUE value IS 215 (84.38% from 255) = 41.35%
R=43.27%
G=15.38%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258021500.640.040.12304.1470.7359.8
HexE150D70404C130473c
Octal341120327010041446010774
Binary111000011010000110101110100000010011001001100001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E150D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E150D7; }

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

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

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

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

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

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

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

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