Html Css Color HEX #E44DDA Free Speech Magenta

📋 copy color: '#E44DDA'

red 228 ◦ green 77 ◦ blue 218

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

Shades of Free Speech Magenta #E44DDA

Tints of Free Speech Magenta #E44DDA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.72%

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 43.59%
G = 14.72%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E44DDA (or 0xE44DDA) is known color: Free Speech Magenta. HEX triplet: E4, 4D and DA. RGB value is (228,77,218). Sum of RGB (Red+Green+Blue) = 228+77+218=523 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.59% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 228 - color contains mainly: red. Hex color #E44DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44DDA is #1BB225. Grayscale: #898989. Windows color (decimal): -1815078 or 14306788. OLE color: 14306788.

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

Color convert

RGB 228 77 218 -
CMYK 0 0.66 0.04 0.11
HSL 303.97º 0.74% 0.6% -
HSV(B) 303.97º 0.66% 0.89% -
XYZ 47.3 26.86 69.02 -
YUV 138.22 173.03 192.04 -
System Red Green Blue C M Y K H S L
Decimal 228 77 218 0 0.66 0.04 0.11 303.97 0.74 0.6
Hex E4 4D DA 0 42 4 B 130 4A 3C
Octal 344 115 332 0 102 4 13 460 112 74
Binary 11100100 1001101 11011010 0 1000010 100 1011 100110000 1001010 111100

Color Harmonies of #E44DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44DDA

Black with #E44DDA

Text Example


Text Example

White with #E44DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44DDA; }

 p { color: rgb(228,77,218); }

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

background-color css

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

 a { background-color: rgb(228,77,218); }

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

border-color css

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

 span { border-color: rgb(228,77,218); }

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