Html Css Color HEX #E448D2 Free Speech Magenta

📋 copy color: '#E448D2'

red 228 ◦ green 72 ◦ blue 210

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

Shades of Free Speech Magenta #E448D2

Tints of Free Speech Magenta #E448D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.18%

R = 44.71%
G = 14.12%
B = 41.18%

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

#E448D2 (or 0xE448D2) is known color: Free Speech Magenta. HEX triplet: E4, 48 and D2. RGB value is (228,72,210). Sum of RGB (Red+Green+Blue) = 228+72+210=510 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.71% from 510); Green value is 72 (28.52% from 255 or 14.12% from 510); Blue value is 210 (82.42% from 255 or 41.18% from 510); Max value from RGB is 228 - color contains mainly: red. Hex color #E448D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E448D2 is #1BB72D. Grayscale: #858585. Windows color (decimal): -1816366 or 13781220. OLE color: 13781220.

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

Color convert

RGB 228 72 210 -
CMYK 0 0.68 0.08 0.11
HSL 306.92º 0.74% 0.59% -
HSV(B) 306.92º 0.68% 0.89% -
XYZ 45.95 25.78 63.53 -
YUV 134.38 170.68 194.78 -
System Red Green Blue C M Y K H S L
Decimal 228 72 210 0 0.68 0.08 0.11 306.92 0.74 0.59
Hex E4 48 D2 0 44 8 B 133 4A 3B
Octal 344 110 322 0 104 10 13 463 112 73
Binary 11100100 1001000 11010010 0 1000100 1000 1011 100110011 1001010 111011

Color Harmonies of #E448D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E448D2

Black with #E448D2

Text Example


Text Example

White with #E448D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E448D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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