Html Css Color HEX #E053ED Free Speech Magenta

📋 copy color: '#E053ED'

red 224 ◦ green 83 ◦ blue 237

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

Shades of Free Speech Magenta #E053ED

Tints of Free Speech Magenta #E053ED

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.26%

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

R = 41.18%
G = 15.26%
B = 43.57%

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

#E053ED (or 0xE053ED) is known color: Free Speech Magenta. HEX triplet: E0, 53 and ED. RGB value is (224,83,237). Sum of RGB (Red+Green+Blue) = 224+83+237=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 83 (32.81% from 255 or 15.26% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #E053ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E053ED is #1FAC12. Grayscale: #8E8E8E. Windows color (decimal): -2075667 or 15553504. OLE color: 15553504.

HSL color Cylindrical-coordinate representation of color #E053ED: hue angle of 294.94º 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 #E053ED is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 83 237 -
CMYK 0.05 0.65 0 0.07
HSL 294.94º 0.81% 0.63% -
HSV(B) 294.94º 0.65% 0.93% -
XYZ 49.12 28.15 82.97 -
YUV 142.72 181.21 185.98 -
System Red Green Blue C M Y K H S L
Decimal 224 83 237 0.05 0.65 0 0.07 294.94 0.81 0.63
Hex E0 53 ED 5 41 0 7 127 51 3F
Octal 340 123 355 5 101 0 7 447 121 77
Binary 11100000 1010011 11101101 101 1000001 0 111 100100111 1010001 111111

Color Harmonies of #E053ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E053ED

Black with #E053ED

Text Example


Text Example

White with #E053ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E053ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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