Html Css Color HEX #E053E8 Free Speech Magenta

📋 copy color: '#E053E8'

red 224 ◦ green 83 ◦ blue 232

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

Shades of Free Speech Magenta #E053E8

Tints of Free Speech Magenta #E053E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.04%

R = 41.56%
G = 15.4%
B = 43.04%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E053E8 (or 0xE053E8) is known color: Free Speech Magenta. HEX triplet: E0, 53 and E8. RGB value is (224,83,232). Sum of RGB (Red+Green+Blue) = 224+83+232=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 83 (32.81% from 255 or 15.40% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #E053E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E053E8 is #1FAC17. Grayscale: #8D8D8D. Windows color (decimal): -2075672 or 15225824. OLE color: 15225824.

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

Color convert

RGB 224 83 232 -
CMYK 0.03 0.64 0 0.09
HSL 296.78º 0.76% 0.62% -
HSV(B) 296.78º 0.64% 0.91% -
XYZ 48.4 27.86 79.17 -
YUV 142.15 178.71 186.38 -
System Red Green Blue C M Y K H S L
Decimal 224 83 232 0.03 0.64 0 0.09 296.78 0.76 0.62
Hex E0 53 E8 3 40 0 9 129 4C 3E
Octal 340 123 350 3 100 0 11 451 114 76
Binary 11100000 1010011 11101000 11 1000000 0 1001 100101001 1001100 111110

Color Harmonies of #E053E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E053E8

Black with #E053E8

Text Example


Text Example

White with #E053E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E053E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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