#e05ae8

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

Shades of Free Speech Magenta #E05AE8

Tints of Free Speech Magenta #E05AE8

Color information

#E05AE8 (or 0xE05AE8) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 5A and E8. RGB value is (224,90,232). Sum of RGB (Red+Green+Blue) = 224+90+232=546 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.03% from 546); Green value is 90 (35.55% from 255 or 16.48% from 546); Blue value is 232 (91.02% from 255 or 42.49% from 546); Max value from RGB is 232 - color contains mainly: blue. Hex color #E05AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05AE8 is #1FA517. Grayscale: #919191. Windows color (decimal): -2073880 or 15227616. OLE color: 15227616.

HSL color Cylindrical-coordinate representation of color #E05AE8: hue angle of 296.62º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E05AE8 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22490232-
CMYK0.030.6100.09
HSL296.62º75.53%63.14%-
HSV(B)296.62º61.21%90.98%-
XYZ48.9628.9979.36-
YUV146.25176.39183.45-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.03%
GREEN value IS 90 (35.55% from 255) = 16.48%
BLUE value IS 232 (91.02% from 255) = 42.49%
R=41.03%
G=16.48%
B=42.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal224902320.030.6100.09296.6275.5363.14
HexE05AE833D091294c3f
Octal34013235037501145111477
Binary1110000010110101110100011111101010011001010011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e05ae8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e05ae8; }

 p { color: rgb(224,90,232); }

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

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

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

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

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

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

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