Html Css Color HEX #E048DA Free Speech Magenta

📋 copy color: '#E048DA'

red 224 ◦ green 72 ◦ blue 218

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

Shades of Free Speech Magenta #E048DA

Tints of Free Speech Magenta #E048DA

RGB

 RED value IS 224 (87.89% from 255) = 43.58%

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

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

R = 43.58%
G = 14.01%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E048DA (or 0xE048DA) is known color: Free Speech Magenta. HEX triplet: E0, 48 and DA. RGB value is (224,72,218). Sum of RGB (Red+Green+Blue) = 224+72+218=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 72 (28.52% from 255 or 14.01% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E048DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E048DA is #1FB725. Grayscale: #858585. Windows color (decimal): -2078502 or 14305504. OLE color: 14305504.

HSL color Cylindrical-coordinate representation of color #E048DA: hue angle of 302.37º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E048DA is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 72 218 -
CMYK 0 0.68 0.03 0.12
HSL 302.37º 0.71% 0.58% -
HSV(B) 302.37º 0.68% 0.88% -
XYZ 45.71 25.54 68.85 -
YUV 134.09 175.36 192.13 -
System Red Green Blue C M Y K H S L
Decimal 224 72 218 0 0.68 0.03 0.12 302.37 0.71 0.58
Hex E0 48 DA 0 44 3 C 12E 47 3A
Octal 340 110 332 0 104 3 14 456 107 72
Binary 11100000 1001000 11011010 0 1000100 11 1100 100101110 1000111 111010

Color Harmonies of #E048DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E048DA

Black with #E048DA

Text Example


Text Example

White with #E048DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E048DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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