Html Css Color HEX #E53DFB Free Speech Magenta

📋 copy color: '#E53DFB'

red 229 ◦ green 61 ◦ blue 251

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

Shades of Free Speech Magenta #E53DFB

Tints of Free Speech Magenta #E53DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.28%

 BLUE value IS 251 (98.44% from 255) = 46.4%

R = 42.33%
G = 11.28%
B = 46.4%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E53DFB (or 0xE53DFB) is known color: Free Speech Magenta. HEX triplet: E5, 3D and FB. RGB value is (229,61,251). Sum of RGB (Red+Green+Blue) = 229+61+251=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 61 (24.22% from 255 or 11.28% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #E53DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53DFB is #1AC204. Grayscale: #848484. Windows color (decimal): -1753605 or 16465381. OLE color: 16465381.

HSL color Cylindrical-coordinate representation of color #E53DFB: hue angle of 293.05º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E53DFB is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 61 251 -
CMYK 0.09 0.76 0 0.02
HSL 293.05º 0.96% 0.61% -
HSV(B) 293.05º 0.76% 0.98% -
XYZ 51.39 26.96 93.76 -
YUV 132.89 194.66 196.55 -
System Red Green Blue C M Y K H S L
Decimal 229 61 251 0.09 0.76 0 0.02 293.05 0.96 0.61
Hex E5 3D FB 9 4C 0 2 125 60 3D
Octal 345 75 373 11 114 0 2 445 140 75
Binary 11100101 111101 11111011 1001 1001100 0 10 100100101 1100000 111101

Color Harmonies of #E53DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53DFB

Black with #E53DFB

Text Example


Text Example

White with #E53DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53DFB; }

 p { color: rgb(229,61,251); }

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

background-color css

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

 a { background-color: rgb(229,61,251); }

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

border-color css

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

 span { border-color: rgb(229,61,251); }

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