Html Css Color HEX #E13AD8 Free Speech Magenta

📋 copy color: '#E13AD8'

red 225 ◦ green 58 ◦ blue 216

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

Shades of Free Speech Magenta #E13AD8

Tints of Free Speech Magenta #E13AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.29%

R = 45.09%
G = 11.62%
B = 43.29%

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

#E13AD8 (or 0xE13AD8) is known color: Free Speech Magenta. HEX triplet: E1, 3A and D8. RGB value is (225,58,216). Sum of RGB (Red+Green+Blue) = 225+58+216=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 58 (23.05% from 255 or 11.62% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E13AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E13AD8 is #1EC527. Grayscale: #7D7D7D. Windows color (decimal): -2016552 or 14170849. OLE color: 14170849.

HSL color Cylindrical-coordinate representation of color #E13AD8: hue angle of 303.23º 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 #E13AD8 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 58 216 -
CMYK 0 0.74 0.04 0.12
HSL 303.23º 0.74% 0.55% -
HSV(B) 303.23º 0.74% 0.88% -
XYZ 44.96 23.99 67.23 -
YUV 125.95 178.83 198.65 -
System Red Green Blue C M Y K H S L
Decimal 225 58 216 0 0.74 0.04 0.12 303.23 0.74 0.55
Hex E1 3A D8 0 4A 4 C 12F 4A 37
Octal 341 72 330 0 112 4 14 457 112 67
Binary 11100001 111010 11011000 0 1001010 100 1100 100101111 1001010 110111

Color Harmonies of #E13AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13AD8

Black with #E13AD8

Text Example


Text Example

White with #E13AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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