Html Css Color HEX #E053EB Free Speech Magenta

📋 copy color: '#E053EB'

red 224 ◦ green 83 ◦ blue 235

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

Shades of Free Speech Magenta #E053EB

Tints of Free Speech Magenta #E053EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.36%

R = 41.33%
G = 15.31%
B = 43.36%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E053EB (or 0xE053EB) is known color: Free Speech Magenta. HEX triplet: E0, 53 and EB. RGB value is (224,83,235). Sum of RGB (Red+Green+Blue) = 224+83+235=542 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.33% from 542); Green value is 83 (32.81% from 255 or 15.31% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #E053EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E053EB is #1FAC14. Grayscale: #8E8E8E. Windows color (decimal): -2075669 or 15422432. OLE color: 15422432.

HSL color Cylindrical-coordinate representation of color #E053EB: hue angle of 295.66º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E053EB is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 224 83 235 -
CMYK 0.05 0.65 0 0.08
HSL 295.66º 0.79% 0.62% -
HSV(B) 295.66º 0.65% 0.92% -
XYZ 48.83 28.03 81.43 -
YUV 142.49 180.21 186.14 -
System Red Green Blue C M Y K H S L
Decimal 224 83 235 0.05 0.65 0 0.08 295.66 0.79 0.62
Hex E0 53 EB 5 41 0 8 128 4F 3E
Octal 340 123 353 5 101 0 10 450 117 76
Binary 11100000 1010011 11101011 101 1000001 0 1000 100101000 1001111 111110

Color Harmonies of #E053EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E053EB

Black with #E053EB

Text Example


Text Example

White with #E053EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E053EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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