#E052E8

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

Shades of Free Speech Magenta #E052E8

Tints of Free Speech Magenta #E052E8

Color information

#E052E8 (or 0xE052E8) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 52 and E8. RGB value is (224,82,232). Sum of RGB (Red+Green+Blue) = 224+82+232=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 82 (32.42% from 255 or 15.24% from 538); Blue value is 232 (91.02% from 255 or 43.12% from 538); Max value from RGB is 232 - color contains mainly: blue. Hex color #E052E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E052E8 is #1FAD17. Grayscale: #8D8D8D. Windows color (decimal): -2075928 or 15225568. OLE color: 15225568.

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

Color convert

RGB22482232-
CMYK0.030.6500.09
HSL296.8º76.53%61.57%-
HSV(B)296.8º64.66%90.98%-
XYZ48.3227.7179.15-
YUV141.56179.04186.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.64%
GREEN value IS 82 (32.42% from 255) = 15.24%
BLUE value IS 232 (91.02% from 255) = 43.12%
R=41.64%
G=15.24%
B=43.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal224822320.030.6500.09296.876.5361.57
HexE052E8341091294d3e
Octal340122350310101145111576
Binary11100000101001011101000111000001010011001010011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E052E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E052E8; }

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

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

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

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

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

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

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

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