#E151D1

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

Shades of Free Speech Magenta #E151D1

Tints of Free Speech Magenta #E151D1

Color information

#E151D1 (or 0xE151D1) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 51 and D1. RGB value is (225,81,209). Sum of RGB (Red+Green+Blue) = 225+81+209=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E151D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E151D1 is #1EAE2E. Grayscale: #8A8A8A. Windows color (decimal): -2010671 or 13717985. OLE color: 13717985.

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

Color convert

RGB22581209-
CMYK00.640.070.12
HSL306.67º70.59%60%-
HSV(B)306.67º64%88.24%-
XYZ45.526.563.04-
YUV138.65167.71189.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.69%
GREEN value IS 81 (32.03% from 255) = 15.73%
BLUE value IS 209 (82.03% from 255) = 40.58%
R=43.69%
G=15.73%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258120900.640.070.12306.6770.5960
HexE151D10407C133473c
Octal341121321010071446310774
Binary111000011010001110100010100000011111001001100111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E151D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E151D1; }

 p { color: rgb(225,81,209); }

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

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

 a { background-color: rgb(225,81,209); }

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

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

 span { border-color: rgb(225,81,209); }

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