Html Css Color HEX #E53BED Free Speech Magenta

📋 copy color: '#E53BED'

red 229 ◦ green 59 ◦ blue 237

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

Shades of Free Speech Magenta #E53BED

Tints of Free Speech Magenta #E53BED

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.24%

 BLUE value IS 237 (92.97% from 255) = 45.14%

R = 43.62%
G = 11.24%
B = 45.14%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E53BED (or 0xE53BED) is known color: Free Speech Magenta. HEX triplet: E5, 3B and ED. RGB value is (229,59,237). Sum of RGB (Red+Green+Blue) = 229+59+237=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 59 (23.44% from 255 or 11.24% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #E53BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53BED is #1AC412. Grayscale: #818181. Windows color (decimal): -1754131 or 15547365. OLE color: 15547365.

HSL color Cylindrical-coordinate representation of color #E53BED: hue angle of 297.3º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53BED is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 59 237 -
CMYK 0.03 0.75 0 0.07
HSL 297.3º 0.83% 0.58% -
HSV(B) 297.3º 0.75% 0.93% -
XYZ 49.16 25.9 82.53 -
YUV 130.12 188.32 198.53 -
System Red Green Blue C M Y K H S L
Decimal 229 59 237 0.03 0.75 0 0.07 297.3 0.83 0.58
Hex E5 3B ED 3 4B 0 7 129 53 3A
Octal 345 73 355 3 113 0 7 451 123 72
Binary 11100101 111011 11101101 11 1001011 0 111 100101001 1010011 111010

Color Harmonies of #E53BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53BED

Black with #E53BED

Text Example


Text Example

White with #E53BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53BED; }

 p { color: rgb(229,59,237); }

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

background-color css

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

 a { background-color: rgb(229,59,237); }

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

border-color css

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

 span { border-color: rgb(229,59,237); }

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