#E150DB

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

Shades of Free Speech Magenta #E150DB

Tints of Free Speech Magenta #E150DB

Color information

#E150DB (or 0xE150DB) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 50 and DB. RGB value is (225,80,219). Sum of RGB (Red+Green+Blue) = 225+80+219=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 225 - color contains mainly: red. Hex color #E150DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E150DB is #1EAF24. Grayscale: #8A8A8A. Windows color (decimal): -2010917 or 14373089. OLE color: 14373089.

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

Color convert

RGB22580219-
CMYK00.640.030.12
HSL302.48º70.73%59.8%-
HSV(B)302.48º64.44%88.24%-
XYZ46.7126.8669.74-
YUV139.2173.04189.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.94%
GREEN value IS 80 (31.64% from 255) = 15.27%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=42.94%
G=15.27%
B=41.79%

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
Decimal2258021900.640.030.12302.4870.7359.8
HexE150DB0403C12e473c
Octal341120333010031445610774
Binary11100001101000011011011010000001111001001011101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E150DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E150DB; }

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

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

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

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

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

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

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

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