Html Css Color HEX #E53FEB Free Speech Magenta

📋 copy color: '#E53FEB'

red 229 ◦ green 63 ◦ blue 235

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

Shades of Free Speech Magenta #E53FEB

Tints of Free Speech Magenta #E53FEB

RGB

 RED value IS 229 (89.84% from 255) = 43.45%

 GREEN value IS 63 (25% from 255) = 11.95%

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

R = 43.45%
G = 11.95%
B = 44.59%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E53FEB (or 0xE53FEB) is known color: Free Speech Magenta. HEX triplet: E5, 3F and EB. RGB value is (229,63,235). Sum of RGB (Red+Green+Blue) = 229+63+235=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 63 (25% from 255 or 11.95% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #E53FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53FEB is #1AC014. Grayscale: #838383. Windows color (decimal): -1753109 or 15417317. OLE color: 15417317.

HSL color Cylindrical-coordinate representation of color #E53FEB: hue angle of 297.91º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E53FEB is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 63 235 -
CMYK 0.03 0.73 0 0.08
HSL 297.91º 0.81% 0.58% -
HSV(B) 297.91º 0.73% 0.92% -
XYZ 49.09 26.21 81.07 -
YUV 132.24 186 197.01 -
System Red Green Blue C M Y K H S L
Decimal 229 63 235 0.03 0.73 0 0.08 297.91 0.81 0.58
Hex E5 3F EB 3 49 0 8 12A 51 3A
Octal 345 77 353 3 111 0 10 452 121 72
Binary 11100101 111111 11101011 11 1001001 0 1000 100101010 1010001 111010

Color Harmonies of #E53FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53FEB

Black with #E53FEB

Text Example


Text Example

White with #E53FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53FEB; }

 p { color: rgb(229,63,235); }

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

background-color css

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

 a { background-color: rgb(229,63,235); }

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

border-color css

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

 span { border-color: rgb(229,63,235); }

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