Html Css Color HEX #E53DED Free Speech Magenta

📋 copy color: '#E53DED'

red 229 ◦ green 61 ◦ blue 237

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

Shades of Free Speech Magenta #E53DED

Tints of Free Speech Magenta #E53DED

RGB

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

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

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

R = 43.45%
G = 11.57%
B = 44.97%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E53DED (or 0xE53DED) is known color: Free Speech Magenta. HEX triplet: E5, 3D and ED. RGB value is (229,61,237). Sum of RGB (Red+Green+Blue) = 229+61+237=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 61 (24.22% from 255 or 11.57% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #E53DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E53DED is #1AC212. Grayscale: #828282. Windows color (decimal): -1753619 or 15547877. OLE color: 15547877.

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

Color convert

RGB 229 61 237 -
CMYK 0.03 0.74 0 0.07
HSL 297.27º 0.83% 0.58% -
HSV(B) 297.27º 0.74% 0.93% -
XYZ 49.27 26.11 82.56 -
YUV 131.3 187.66 197.69 -
System Red Green Blue C M Y K H S L
Decimal 229 61 237 0.03 0.74 0 0.07 297.27 0.83 0.58
Hex E5 3D ED 3 4A 0 7 129 53 3A
Octal 345 75 355 3 112 0 7 451 123 72
Binary 11100101 111101 11101101 11 1001010 0 111 100101001 1010011 111010

Color Harmonies of #E53DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53DED

Black with #E53DED

Text Example


Text Example

White with #E53DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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