#E051DE

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

Shades of Free Speech Magenta #E051DE

Tints of Free Speech Magenta #E051DE

Color information

#E051DE (or 0xE051DE) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 51 and DE. RGB value is (224,81,222). Sum of RGB (Red+Green+Blue) = 224+81+222=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 81 (32.03% from 255 or 15.37% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E051DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E051DE is #1FAE21. Grayscale: #8B8B8B. Windows color (decimal): -2076194 or 14569952. OLE color: 14569952.

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

Color convert

RGB22481222-
CMYK00.640.010.12
HSL300.84º69.76%59.8%-
HSV(B)300.84º63.84%87.84%-
XYZ46.8727.0171.85-
YUV139.83174.38188.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.50%
GREEN value IS 81 (32.03% from 255) = 15.37%
BLUE value IS 222 (87.11% from 255) = 42.13%
R=42.50%
G=15.37%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248122200.640.010.12300.8469.7659.8
HexE051DE0401C12d463c
Octal340121336010011445510674
Binary1110000010100011101111001000000111001001011011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E051DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E051DE; }

 p { color: rgb(224,81,222); }

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

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

 a { background-color: rgb(224,81,222); }

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

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

 span { border-color: rgb(224,81,222); }

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