Html Css Color HEX #E349DA Free Speech Magenta

📋 copy color: '#E349DA'

red 227 ◦ green 73 ◦ blue 218

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

Shades of Free Speech Magenta #E349DA

Tints of Free Speech Magenta #E349DA

RGB

 RED value IS 227 (89.06% from 255) = 43.82%

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

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

R = 43.82%
G = 14.09%
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

#E349DA (or 0xE349DA) is known color: Free Speech Magenta. HEX triplet: E3, 49 and DA. RGB value is (227,73,218). Sum of RGB (Red+Green+Blue) = 227+73+218=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 227 - color contains mainly: red. Hex color #E349DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E349DA is #1CB625. Grayscale: #878787. Windows color (decimal): -1881638 or 14305763. OLE color: 14305763.

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

Color convert

RGB 227 73 218 -
CMYK 0 0.68 0.04 0.11
HSL 303.51º 0.73% 0.59% -
HSV(B) 303.51º 0.68% 0.89% -
XYZ 46.72 26.16 68.92 -
YUV 135.58 174.52 193.21 -
System Red Green Blue C M Y K H S L
Decimal 227 73 218 0 0.68 0.04 0.11 303.51 0.73 0.59
Hex E3 49 DA 0 44 4 B 130 49 3B
Octal 343 111 332 0 104 4 13 460 111 73
Binary 11100011 1001001 11011010 0 1000100 100 1011 100110000 1001001 111011

Color Harmonies of #E349DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E349DA

Black with #E349DA

Text Example


Text Example

White with #E349DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E349DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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