Html Css Color HEX #E53BDD Free Speech Magenta

📋 copy color: '#E53BDD'

red 229 ◦ green 59 ◦ blue 221

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

Shades of Free Speech Magenta #E53BDD

Tints of Free Speech Magenta #E53BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 44.99%
G = 11.59%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E53BDD (or 0xE53BDD) is known color: Free Speech Magenta. HEX triplet: E5, 3B and DD. RGB value is (229,59,221). Sum of RGB (Red+Green+Blue) = 229+59+221=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 59 (23.44% from 255 or 11.59% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E53BDD is #1AC422. Grayscale: #7F7F7F. Windows color (decimal): -1754147 or 14498789. OLE color: 14498789.

HSL color Cylindrical-coordinate representation of color #E53BDD: hue angle of 302.82º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53BDD is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 59 221 -
CMYK 0 0.74 0.03 0.10
HSL 302.82º 0.77% 0.56% -
HSV(B) 302.82º 0.74% 0.9% -
XYZ 46.93 25.01 70.76 -
YUV 128.3 180.32 199.83 -
System Red Green Blue C M Y K H S L
Decimal 229 59 221 0 0.74 0.03 0.10 302.82 0.77 0.56
Hex E5 3B DD 0 4A 3 A 12F 4D 38
Octal 345 73 335 0 112 3 12 457 115 70
Binary 11100101 111011 11011101 0 1001010 11 1010 100101111 1001101 111000

Color Harmonies of #E53BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53BDD

Black with #E53BDD

Text Example


Text Example

White with #E53BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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