Html Css Color HEX #E53CF2 Free Speech Magenta

📋 copy color: '#E53CF2'

red 229 ◦ green 60 ◦ blue 242

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

Shades of Free Speech Magenta #E53CF2

Tints of Free Speech Magenta #E53CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.57%

R = 43.13%
G = 11.3%
B = 45.57%

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

#E53CF2 (or 0xE53CF2) is known color: Free Speech Magenta. HEX triplet: E5, 3C and F2. RGB value is (229,60,242). Sum of RGB (Red+Green+Blue) = 229+60+242=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 60 (23.83% from 255 or 11.30% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #E53CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53CF2 is #1AC30D. Grayscale: #828282. Windows color (decimal): -1753870 or 15875301. OLE color: 15875301.

HSL color Cylindrical-coordinate representation of color #E53CF2: hue angle of 295.71º degrees, saturation: 0.88, 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 #E53CF2 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 229 60 242 -
CMYK 0.05 0.75 0 0.05
HSL 295.71º 0.88% 0.59% -
HSV(B) 295.71º 0.75% 0.95% -
XYZ 49.96 26.3 86.45 -
YUV 131.28 190.49 197.7 -
System Red Green Blue C M Y K H S L
Decimal 229 60 242 0.05 0.75 0 0.05 295.71 0.88 0.59
Hex E5 3C F2 5 4B 0 5 128 58 3B
Octal 345 74 362 5 113 0 5 450 130 73
Binary 11100101 111100 11110010 101 1001011 0 101 100101000 1011000 111011

Color Harmonies of #E53CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53CF2

Black with #E53CF2

Text Example


Text Example

White with #E53CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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