Html Css Color HEX #E052ED Free Speech Magenta

📋 copy color: '#E052ED'

red 224 ◦ green 82 ◦ blue 237

#E052ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #E052ED

Tints of Free Speech Magenta #E052ED

RGB

 RED value IS 224 (87.89% from 255) = 41.25%

 GREEN value IS 82 (32.42% from 255) = 15.1%

 BLUE value IS 237 (92.97% from 255) = 43.65%

R = 41.25%
G = 15.1%
B = 43.65%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E052ED (or 0xE052ED) is known color: Free Speech Magenta. HEX triplet: E0, 52 and ED. RGB value is (224,82,237). Sum of RGB (Red+Green+Blue) = 224+82+237=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 82 (32.42% from 255 or 15.10% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #E052ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E052ED is #1FAD12. Grayscale: #8D8D8D. Windows color (decimal): -2075923 or 15553248. OLE color: 15553248.

HSL color Cylindrical-coordinate representation of color #E052ED: hue angle of 294.97º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E052ED is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 82 237 -
CMYK 0.05 0.65 0 0.07
HSL 294.97º 0.81% 0.63% -
HSV(B) 294.97º 0.65% 0.93% -
XYZ 49.04 28 82.94 -
YUV 142.13 181.54 186.4 -
System Red Green Blue C M Y K H S L
Decimal 224 82 237 0.05 0.65 0 0.07 294.97 0.81 0.63
Hex E0 52 ED 5 41 0 7 127 51 3F
Octal 340 122 355 5 101 0 7 447 121 77
Binary 11100000 1010010 11101101 101 1000001 0 111 100100111 1010001 111111

Color Harmonies of #E052ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E052ED

Black with #E052ED

Text Example


Text Example

White with #E052ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E052ED; }

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

 H1.HeaderClassName
 {
   color: #E052ED;
 }
 .AnyTagClassName
 {
   color: #E052ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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