Html Css Color HEX #E53EFB Free Speech Magenta

📋 copy color: '#E53EFB'

red 229 ◦ green 62 ◦ blue 251

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

Shades of Free Speech Magenta #E53EFB

Tints of Free Speech Magenta #E53EFB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.44%

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

R = 42.25%
G = 11.44%
B = 46.31%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E53EFB (or 0xE53EFB) is known color: Free Speech Magenta. HEX triplet: E5, 3E and FB. RGB value is (229,62,251). Sum of RGB (Red+Green+Blue) = 229+62+251=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 62 (24.61% from 255 or 11.44% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #E53EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53EFB is #1AC104. Grayscale: #848484. Windows color (decimal): -1753349 or 16465637. OLE color: 16465637.

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

Color convert

RGB 229 62 251 -
CMYK 0.09 0.75 0 0.02
HSL 293.02º 0.96% 0.61% -
HSV(B) 293.02º 0.75% 0.98% -
XYZ 51.45 27.07 93.78 -
YUV 133.48 194.33 196.13 -
System Red Green Blue C M Y K H S L
Decimal 229 62 251 0.09 0.75 0 0.02 293.02 0.96 0.61
Hex E5 3E FB 9 4B 0 2 125 60 3D
Octal 345 76 373 11 113 0 2 445 140 75
Binary 11100101 111110 11111011 1001 1001011 0 10 100100101 1100000 111101

Color Harmonies of #E53EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53EFB

Black with #E53EFB

Text Example


Text Example

White with #E53EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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