Html Css Color HEX #E349E5 Free Speech Magenta

📋 copy color: '#E349E5'

red 227 ◦ green 73 ◦ blue 229

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

Shades of Free Speech Magenta #E349E5

Tints of Free Speech Magenta #E349E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.29%

R = 42.91%
G = 13.8%
B = 43.29%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E349E5 (or 0xE349E5) is known color: Free Speech Magenta. HEX triplet: E3, 49 and E5. RGB value is (227,73,229). Sum of RGB (Red+Green+Blue) = 227+73+229=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 73 (28.91% from 255 or 13.80% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #E349E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E349E5 is #1CB61A. Grayscale: #888888. Windows color (decimal): -1881627 or 15026659. OLE color: 15026659.

HSL color Cylindrical-coordinate representation of color #E349E5: hue angle of 299.23º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E349E5 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 227 73 229 -
CMYK 0.01 0.68 0 0.10
HSL 299.23º 0.75% 0.59% -
HSV(B) 299.23º 0.68% 0.9% -
XYZ 48.2 26.75 76.75 -
YUV 136.83 180.02 192.32 -
System Red Green Blue C M Y K H S L
Decimal 227 73 229 0.01 0.68 0 0.10 299.23 0.75 0.59
Hex E3 49 E5 1 44 0 A 12B 4B 3B
Octal 343 111 345 1 104 0 12 453 113 73
Binary 11100011 1001001 11100101 1 1000100 0 1010 100101011 1001011 111011

Color Harmonies of #E349E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E349E5

Black with #E349E5

Text Example


Text Example

White with #E349E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E349E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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