Html Css Color HEX #E449D1 Free Speech Magenta

📋 copy color: '#E449D1'

red 228 ◦ green 73 ◦ blue 209

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

Shades of Free Speech Magenta #E449D1

Tints of Free Speech Magenta #E449D1

RGB

 RED value IS 228 (89.45% from 255) = 44.71%

 GREEN value IS 73 (28.91% from 255) = 14.31%

 BLUE value IS 209 (82.03% from 255) = 40.98%

R = 44.71%
G = 14.31%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E449D1 (or 0xE449D1) is known color: Free Speech Magenta. HEX triplet: E4, 49 and D1. RGB value is (228,73,209). Sum of RGB (Red+Green+Blue) = 228+73+209=510 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.71% from 510); Green value is 73 (28.91% from 255 or 14.31% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 228 - color contains mainly: red. Hex color #E449D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E449D1 is #1BB62E. Grayscale: #868686. Windows color (decimal): -1816111 or 13715940. OLE color: 13715940.

HSL color Cylindrical-coordinate representation of color #E449D1: hue angle of 307.35º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E449D1 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 73 209 -
CMYK 0 0.68 0.08 0.11
HSL 307.35º 0.74% 0.59% -
HSV(B) 307.35º 0.68% 0.89% -
XYZ 45.89 25.86 62.9 -
YUV 134.85 169.85 194.44 -
System Red Green Blue C M Y K H S L
Decimal 228 73 209 0 0.68 0.08 0.11 307.35 0.74 0.59
Hex E4 49 D1 0 44 8 B 133 4A 3B
Octal 344 111 321 0 104 10 13 463 112 73
Binary 11100100 1001001 11010001 0 1000100 1000 1011 100110011 1001010 111011

Color Harmonies of #E449D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E449D1

Black with #E449D1

Text Example


Text Example

White with #E449D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E449D1; }

 p { color: rgb(228,73,209); }

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

background-color css

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

 a { background-color: rgb(228,73,209); }

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

border-color css

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

 span { border-color: rgb(228,73,209); }

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