Html Css Color HEX #E349D2 Free Speech Magenta

📋 copy color: '#E349D2'

red 227 ◦ green 73 ◦ blue 210

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

Shades of Free Speech Magenta #E349D2

Tints of Free Speech Magenta #E349D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.18%

R = 44.51%
G = 14.31%
B = 41.18%

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

#E349D2 (or 0xE349D2) is known color: Free Speech Magenta. HEX triplet: E3, 49 and D2. RGB value is (227,73,210). Sum of RGB (Red+Green+Blue) = 227+73+210=510 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.51% from 510); Green value is 73 (28.91% from 255 or 14.31% from 510); Blue value is 210 (82.42% from 255 or 41.18% from 510); Max value from RGB is 227 - color contains mainly: red. Hex color #E349D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E349D2 is #1CB62D. Grayscale: #868686. Windows color (decimal): -1881646 or 13781475. OLE color: 13781475.

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

Color convert

RGB 227 73 210 -
CMYK 0 0.68 0.07 0.11
HSL 306.62º 0.73% 0.59% -
HSV(B) 306.62º 0.68% 0.89% -
XYZ 45.69 25.75 63.53 -
YUV 134.66 170.52 193.86 -
System Red Green Blue C M Y K H S L
Decimal 227 73 210 0 0.68 0.07 0.11 306.62 0.73 0.59
Hex E3 49 D2 0 44 7 B 133 49 3B
Octal 343 111 322 0 104 7 13 463 111 73
Binary 11100011 1001001 11010010 0 1000100 111 1011 100110011 1001001 111011

Color Harmonies of #E349D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E349D2

Black with #E349D2

Text Example


Text Example

White with #E349D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E349D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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