Html Css Color HEX #E53FF0 Free Speech Magenta

📋 copy color: '#E53FF0'

red 229 ◦ green 63 ◦ blue 240

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

Shades of Free Speech Magenta #E53FF0

Tints of Free Speech Magenta #E53FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.11%

R = 43.05%
G = 11.84%
B = 45.11%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E53FF0 (or 0xE53FF0) is known color: Free Speech Magenta. HEX triplet: E5, 3F and F0. RGB value is (229,63,240). Sum of RGB (Red+Green+Blue) = 229+63+240=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 63 (25% from 255 or 11.84% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #E53FF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53FF0 is #1AC00F. Grayscale: #848484. Windows color (decimal): -1753104 or 15744997. OLE color: 15744997.

HSL color Cylindrical-coordinate representation of color #E53FF0: hue angle of 296.27º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53FF0 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 63 240 -
CMYK 0.05 0.74 0 0.06
HSL 296.27º 0.86% 0.59% -
HSV(B) 296.27º 0.74% 0.94% -
XYZ 49.82 26.5 84.93 -
YUV 132.81 188.5 196.61 -
System Red Green Blue C M Y K H S L
Decimal 229 63 240 0.05 0.74 0 0.06 296.27 0.86 0.59
Hex E5 3F F0 5 4A 0 6 128 56 3B
Octal 345 77 360 5 112 0 6 450 126 73
Binary 11100101 111111 11110000 101 1001010 0 110 100101000 1010110 111011

Color Harmonies of #E53FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53FF0

Black with #E53FF0

Text Example


Text Example

White with #E53FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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