Html Css Color HEX #E44DD3 Free Speech Magenta

📋 copy color: '#E44DD3'

red 228 ◦ green 77 ◦ blue 211

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

Shades of Free Speech Magenta #E44DD3

Tints of Free Speech Magenta #E44DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.89%

R = 44.19%
G = 14.92%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E44DD3 (or 0xE44DD3) is known color: Free Speech Magenta. HEX triplet: E4, 4D and D3. RGB value is (228,77,211). Sum of RGB (Red+Green+Blue) = 228+77+211=516 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.19% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 211 (82.81% from 255 or 40.89% from 516); Max value from RGB is 228 - color contains mainly: red. Hex color #E44DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E44DD3 is #1BB22C. Grayscale: #898989. Windows color (decimal): -1815085 or 13848036. OLE color: 13848036.

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

Color convert

RGB 228 77 211 -
CMYK 0 0.66 0.07 0.11
HSL 306.76º 0.74% 0.6% -
HSV(B) 306.76º 0.66% 0.89% -
XYZ 46.41 26.5 64.3 -
YUV 137.43 169.53 192.6 -
System Red Green Blue C M Y K H S L
Decimal 228 77 211 0 0.66 0.07 0.11 306.76 0.74 0.6
Hex E4 4D D3 0 42 7 B 133 4A 3C
Octal 344 115 323 0 102 7 13 463 112 74
Binary 11100100 1001101 11010011 0 1000010 111 1011 100110011 1001010 111100

Color Harmonies of #E44DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44DD3

Black with #E44DD3

Text Example


Text Example

White with #E44DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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