Html Css Color HEX #E149DA Free Speech Magenta

📋 copy color: '#E149DA'

red 225 ◦ green 73 ◦ blue 218

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

Shades of Free Speech Magenta #E149DA

Tints of Free Speech Magenta #E149DA

RGB

 RED value IS 225 (88.28% from 255) = 43.6%

 GREEN value IS 73 (28.91% from 255) = 14.15%

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

R = 43.6%
G = 14.15%
B = 42.25%

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

#E149DA (or 0xE149DA) is known color: Free Speech Magenta. HEX triplet: E1, 49 and DA. RGB value is (225,73,218). Sum of RGB (Red+Green+Blue) = 225+73+218=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E149DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E149DA is #1EB625. Grayscale: #868686. Windows color (decimal): -2012710 or 14305761. OLE color: 14305761.

HSL color Cylindrical-coordinate representation of color #E149DA: hue angle of 302.76º degrees, saturation: 0.72, 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 #E149DA is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 73 218 -
CMYK 0 0.68 0.03 0.12
HSL 302.76º 0.72% 0.58% -
HSV(B) 302.76º 0.68% 0.88% -
XYZ 46.09 25.83 68.89 -
YUV 134.98 174.86 192.21 -
System Red Green Blue C M Y K H S L
Decimal 225 73 218 0 0.68 0.03 0.12 302.76 0.72 0.58
Hex E1 49 DA 0 44 3 C 12F 48 3A
Octal 341 111 332 0 104 3 14 457 110 72
Binary 11100001 1001001 11011010 0 1000100 11 1100 100101111 1001000 111010

Color Harmonies of #E149DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E149DA

Black with #E149DA

Text Example


Text Example

White with #E149DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E149DA; }

 p { color: rgb(225,73,218); }

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

background-color css

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

 a { background-color: rgb(225,73,218); }

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

border-color css

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

 span { border-color: rgb(225,73,218); }

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