#E151DB

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

Shades of Free Speech Magenta #E151DB

Tints of Free Speech Magenta #E151DB

Color information

#E151DB (or 0xE151DB) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 51 and DB. RGB value is (225,81,219). Sum of RGB (Red+Green+Blue) = 225+81+219=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 81 (32.03% from 255 or 15.43% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E151DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E151DB is #1EAE24. Grayscale: #8B8B8B. Windows color (decimal): -2010661 or 14373345. OLE color: 14373345.

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

Color convert

RGB22581219-
CMYK00.640.030.12
HSL302.5º70.59%60%-
HSV(B)302.5º64%88.24%-
XYZ46.7827.0169.77-
YUV139.79172.71188.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.86%
GREEN value IS 81 (32.03% from 255) = 15.43%
BLUE value IS 219 (85.94% from 255) = 41.71%
R=42.86%
G=15.43%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258121900.640.030.12302.570.5960
HexE151DB0403C12e473c
Octal341121333010031445610774
Binary11100001101000111011011010000001111001001011101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E151DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E151DB; }

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

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

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

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

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

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

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

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