Html Css Color HEX #E448DA Free Speech Magenta

📋 copy color: '#E448DA'

red 228 ◦ green 72 ◦ blue 218

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

Shades of Free Speech Magenta #E448DA

Tints of Free Speech Magenta #E448DA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.9%

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

R = 44.02%
G = 13.9%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E448DA (or 0xE448DA) is known color: Free Speech Magenta. HEX triplet: E4, 48 and DA. RGB value is (228,72,218). Sum of RGB (Red+Green+Blue) = 228+72+218=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 72 (28.52% from 255 or 13.90% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 228 - color contains mainly: red. Hex color #E448DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E448DA is #1BB725. Grayscale: #868686. Windows color (decimal): -1816358 or 14305508. OLE color: 14305508.

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

Color convert

RGB 228 72 218 -
CMYK 0 0.68 0.04 0.11
HSL 303.85º 0.74% 0.59% -
HSV(B) 303.85º 0.68% 0.89% -
XYZ 46.97 26.19 68.91 -
YUV 135.29 174.68 194.13 -
System Red Green Blue C M Y K H S L
Decimal 228 72 218 0 0.68 0.04 0.11 303.85 0.74 0.59
Hex E4 48 DA 0 44 4 B 130 4A 3B
Octal 344 110 332 0 104 4 13 460 112 73
Binary 11100100 1001000 11011010 0 1000100 100 1011 100110000 1001010 111011

Color Harmonies of #E448DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E448DA

Black with #E448DA

Text Example


Text Example

White with #E448DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E448DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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