Html Css Color HEX #E53CF1 Free Speech Magenta

📋 copy color: '#E53CF1'

red 229 ◦ green 60 ◦ blue 241

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

Shades of Free Speech Magenta #E53CF1

Tints of Free Speech Magenta #E53CF1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.32%

 BLUE value IS 241 (94.53% from 255) = 45.47%

R = 43.21%
G = 11.32%
B = 45.47%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E53CF1 (or 0xE53CF1) is known color: Free Speech Magenta. HEX triplet: E5, 3C and F1. RGB value is (229,60,241). Sum of RGB (Red+Green+Blue) = 229+60+241=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 60 (23.83% from 255 or 11.32% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #E53CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53CF1 is #1AC30E. Grayscale: #828282. Windows color (decimal): -1753871 or 15809765. OLE color: 15809765.

HSL color Cylindrical-coordinate representation of color #E53CF1: hue angle of 296.02º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53CF1 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 229 60 241 -
CMYK 0.05 0.75 0 0.05
HSL 296.02º 0.87% 0.59% -
HSV(B) 296.02º 0.75% 0.95% -
XYZ 49.81 26.24 85.66 -
YUV 131.17 189.99 197.78 -
System Red Green Blue C M Y K H S L
Decimal 229 60 241 0.05 0.75 0 0.05 296.02 0.87 0.59
Hex E5 3C F1 5 4B 0 5 128 57 3B
Octal 345 74 361 5 113 0 5 450 127 73
Binary 11100101 111100 11110001 101 1001011 0 101 100101000 1010111 111011

Color Harmonies of #E53CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53CF1

Black with #E53CF1

Text Example


Text Example

White with #E53CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53CF1; }

 p { color: rgb(229,60,241); }

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

background-color css

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

 a { background-color: rgb(229,60,241); }

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

border-color css

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

 span { border-color: rgb(229,60,241); }

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