Html Css Color HEX #E13AD9 Free Speech Magenta

📋 copy color: '#E13AD9'

red 225 ◦ green 58 ◦ blue 217

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

Shades of Free Speech Magenta #E13AD9

Tints of Free Speech Magenta #E13AD9

RGB

 RED value IS 225 (88.28% from 255) = 45%

 GREEN value IS 58 (23.05% from 255) = 11.6%

 BLUE value IS 217 (85.16% from 255) = 43.4%

R = 45%
G = 11.6%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E13AD9 (or 0xE13AD9) is known color: Free Speech Magenta. HEX triplet: E1, 3A and D9. RGB value is (225,58,217). Sum of RGB (Red+Green+Blue) = 225+58+217=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 58 (23.05% from 255 or 11.6% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E13AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13AD9 is #1EC526. Grayscale: #7D7D7D. Windows color (decimal): -2016551 or 14236385. OLE color: 14236385.

HSL color Cylindrical-coordinate representation of color #E13AD9: hue angle of 302.87º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13AD9 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 58 217 -
CMYK 0 0.74 0.04 0.12
HSL 302.87º 0.74% 0.55% -
HSV(B) 302.87º 0.74% 0.88% -
XYZ 45.09 24.04 67.91 -
YUV 126.06 179.33 198.57 -
System Red Green Blue C M Y K H S L
Decimal 225 58 217 0 0.74 0.04 0.12 302.87 0.74 0.55
Hex E1 3A D9 0 4A 4 C 12F 4A 37
Octal 341 72 331 0 112 4 14 457 112 67
Binary 11100001 111010 11011001 0 1001010 100 1100 100101111 1001010 110111

Color Harmonies of #E13AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13AD9

Black with #E13AD9

Text Example


Text Example

White with #E13AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13AD9; }

 p { color: rgb(225,58,217); }

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

background-color css

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

 a { background-color: rgb(225,58,217); }

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

border-color css

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

 span { border-color: rgb(225,58,217); }

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