Html Css Color HEX #E349C2 Free Speech Magenta

📋 copy color: '#E349C2'

red 227 ◦ green 73 ◦ blue 194

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

Shades of Free Speech Magenta #E349C2

Tints of Free Speech Magenta #E349C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.27%

R = 45.95%
G = 14.78%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E349C2 (or 0xE349C2) is known color: Free Speech Magenta. HEX triplet: E3, 49 and C2. RGB value is (227,73,194). Sum of RGB (Red+Green+Blue) = 227+73+194=494 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.95% from 494); Green value is 73 (28.91% from 255 or 14.78% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 227 - color contains mainly: red. Hex color #E349C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E349C2 is #1CB63D. Grayscale: #848484. Windows color (decimal): -1881662 or 12732899. OLE color: 12732899.

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

Color convert

RGB 227 73 194 -
CMYK 0 0.68 0.15 0.11
HSL 312.86º 0.73% 0.59% -
HSV(B) 312.86º 0.68% 0.89% -
XYZ 43.8 24.99 53.55 -
YUV 132.84 162.52 195.16 -
System Red Green Blue C M Y K H S L
Decimal 227 73 194 0 0.68 0.15 0.11 312.86 0.73 0.59
Hex E3 49 C2 0 44 F B 139 49 3B
Octal 343 111 302 0 104 17 13 471 111 73
Binary 11100011 1001001 11000010 0 1000100 1111 1011 100111001 1001001 111011

Color Harmonies of #E349C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E349C2

Black with #E349C2

Text Example


Text Example

White with #E349C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E349C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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