#E051E0

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

Shades of Free Speech Magenta #E051E0

Tints of Free Speech Magenta #E051E0

Color information

#E051E0 (or 0xE051E0) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 51 and E0. RGB value is (224,81,224). Sum of RGB (Red+Green+Blue) = 224+81+224=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 81 (32.03% from 255 or 15.31% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E051E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E051E0 is #1FAE1F. Grayscale: #8B8B8B. Windows color (decimal): -2076192 or 14701024. OLE color: 14701024.

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

Color convert

RGB22481224-
CMYK00.6400.12
HSL300º69.76%59.8%-
HSV(B)300º63.84%87.84%-
XYZ47.1427.1173.27-
YUV140.06175.38187.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.34%
GREEN value IS 81 (32.03% from 255) = 15.31%
BLUE value IS 224 (87.89% from 255) = 42.34%
R=42.34%
G=15.31%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248122400.6400.1230069.7659.8
HexE051E00400C12c463c
Octal340121340010001445410674
Binary1110000010100011110000001000000011001001011001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E051E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E051E0; }

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

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

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

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

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

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

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

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