Html Css Color HEX #E449D0 Free Speech Magenta

📋 copy color: '#E449D0'

red 228 ◦ green 73 ◦ blue 208

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

Shades of Free Speech Magenta #E449D0

Tints of Free Speech Magenta #E449D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.86%

R = 44.79%
G = 14.34%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E449D0 (or 0xE449D0) is known color: Free Speech Magenta. HEX triplet: E4, 49 and D0. RGB value is (228,73,208). Sum of RGB (Red+Green+Blue) = 228+73+208=509 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.79% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 228 - color contains mainly: red. Hex color #E449D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E449D0 is #1BB62F. Grayscale: #868686. Windows color (decimal): -1816112 or 13650404. OLE color: 13650404.

HSL color Cylindrical-coordinate representation of color #E449D0: hue angle of 307.74º 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 #E449D0 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 73 208 -
CMYK 0 0.68 0.09 0.11
HSL 307.74º 0.74% 0.59% -
HSV(B) 307.74º 0.68% 0.89% -
XYZ 45.76 25.81 62.24 -
YUV 134.74 169.35 194.52 -
System Red Green Blue C M Y K H S L
Decimal 228 73 208 0 0.68 0.09 0.11 307.74 0.74 0.59
Hex E4 49 D0 0 44 9 B 134 4A 3B
Octal 344 111 320 0 104 11 13 464 112 73
Binary 11100100 1001001 11010000 0 1000100 1001 1011 100110100 1001010 111011

Color Harmonies of #E449D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E449D0

Black with #E449D0

Text Example


Text Example

White with #E449D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E449D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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