Html Css Color HEX #E349E7 Free Speech Magenta

📋 copy color: '#E349E7'

red 227 ◦ green 73 ◦ blue 231

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

Shades of Free Speech Magenta #E349E7

Tints of Free Speech Magenta #E349E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.5%

R = 42.75%
G = 13.75%
B = 43.5%

CMYK

 C value IS 0.02

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E349E7 (or 0xE349E7) is known color: Free Speech Magenta. HEX triplet: E3, 49 and E7. RGB value is (227,73,231). Sum of RGB (Red+Green+Blue) = 227+73+231=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 73 (28.91% from 255 or 13.75% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 231 - color contains mainly: blue. Hex color #E349E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E349E7 is #1CB618. Grayscale: #888888. Windows color (decimal): -1881625 or 15157731. OLE color: 15157731.

HSL color Cylindrical-coordinate representation of color #E349E7: hue angle of 298.48º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E349E7 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 227 73 231 -
CMYK 0.02 0.68 0 0.09
HSL 298.48º 0.77% 0.6% -
HSV(B) 298.48º 0.68% 0.91% -
XYZ 48.48 26.87 78.23 -
YUV 137.06 181.02 192.15 -
System Red Green Blue C M Y K H S L
Decimal 227 73 231 0.02 0.68 0 0.09 298.48 0.77 0.6
Hex E3 49 E7 2 44 0 9 12A 4D 3C
Octal 343 111 347 2 104 0 11 452 115 74
Binary 11100011 1001001 11100111 10 1000100 0 1001 100101010 1001101 111100

Color Harmonies of #E349E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E349E7

Black with #E349E7

Text Example


Text Example

White with #E349E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E349E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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