Html Css Color HEX #E53BF5 Free Speech Magenta

📋 copy color: '#E53BF5'

red 229 ◦ green 59 ◦ blue 245

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

Shades of Free Speech Magenta #E53BF5

Tints of Free Speech Magenta #E53BF5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.07%

 BLUE value IS 245 (96.09% from 255) = 45.97%

R = 42.96%
G = 11.07%
B = 45.97%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E53BF5 (or 0xE53BF5) is known color: Free Speech Magenta. HEX triplet: E5, 3B and F5. RGB value is (229,59,245). Sum of RGB (Red+Green+Blue) = 229+59+245=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 59 (23.44% from 255 or 11.07% from 533); Blue value is 245 (96.09% from 255 or 45.97% from 533); Max value from RGB is 245 - color contains mainly: blue. Hex color #E53BF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53BF5 is #1AC40A. Grayscale: #828282. Windows color (decimal): -1754123 or 16071653. OLE color: 16071653.

HSL color Cylindrical-coordinate representation of color #E53BF5: hue angle of 294.84º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E53BF5 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 229 59 245 -
CMYK 0.07 0.76 0 0.04
HSL 294.84º 0.9% 0.6% -
HSV(B) 294.84º 0.76% 0.96% -
XYZ 50.36 26.38 88.82 -
YUV 131.03 192.32 197.88 -
System Red Green Blue C M Y K H S L
Decimal 229 59 245 0.07 0.76 0 0.04 294.84 0.9 0.6
Hex E5 3B F5 7 4C 0 4 127 5A 3C
Octal 345 73 365 7 114 0 4 447 132 74
Binary 11100101 111011 11110101 111 1001100 0 100 100100111 1011010 111100

Color Harmonies of #E53BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53BF5

Black with #E53BF5

Text Example


Text Example

White with #E53BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53BF5; }

 p { color: rgb(229,59,245); }

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

background-color css

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

 a { background-color: rgb(229,59,245); }

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

border-color css

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

 span { border-color: rgb(229,59,245); }

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