Html Css Color HEX #E448D4 Free Speech Magenta

📋 copy color: '#E448D4'

red 228 ◦ green 72 ◦ blue 212

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

Shades of Free Speech Magenta #E448D4

Tints of Free Speech Magenta #E448D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.41%

R = 44.53%
G = 14.06%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E448D4 (or 0xE448D4) is known color: Free Speech Magenta. HEX triplet: E4, 48 and D4. RGB value is (228,72,212). Sum of RGB (Red+Green+Blue) = 228+72+212=512 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.53% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 228 - color contains mainly: red. Hex color #E448D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E448D4 is #1BB72B. Grayscale: #868686. Windows color (decimal): -1816364 or 13912292. OLE color: 13912292.

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

Color convert

RGB 228 72 212 -
CMYK 0 0.68 0.07 0.11
HSL 306.15º 0.74% 0.59% -
HSV(B) 306.15º 0.68% 0.89% -
XYZ 46.2 25.88 64.85 -
YUV 134.6 171.68 194.62 -
System Red Green Blue C M Y K H S L
Decimal 228 72 212 0 0.68 0.07 0.11 306.15 0.74 0.59
Hex E4 48 D4 0 44 7 B 132 4A 3B
Octal 344 110 324 0 104 7 13 462 112 73
Binary 11100100 1001000 11010100 0 1000100 111 1011 100110010 1001010 111011

Color Harmonies of #E448D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E448D4

Black with #E448D4

Text Example


Text Example

White with #E448D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E448D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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