Html Css Color HEX #E349DF Free Speech Magenta

📋 copy color: '#E349DF'

red 227 ◦ green 73 ◦ blue 223

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

Shades of Free Speech Magenta #E349DF

Tints of Free Speech Magenta #E349DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.64%

R = 43.4%
G = 13.96%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E349DF (or 0xE349DF) is known color: Free Speech Magenta. HEX triplet: E3, 49 and DF. RGB value is (227,73,223). Sum of RGB (Red+Green+Blue) = 227+73+223=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 73 (28.91% from 255 or 13.96% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 227 - color contains mainly: red. Hex color #E349DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E349DF is #1CB620. Grayscale: #878787. Windows color (decimal): -1881633 or 14633443. OLE color: 14633443.

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

Color convert

RGB 227 73 223 -
CMYK 0 0.68 0.02 0.11
HSL 301.56º 0.73% 0.59% -
HSV(B) 301.56º 0.68% 0.89% -
XYZ 47.38 26.42 72.42 -
YUV 136.15 177.02 192.8 -
System Red Green Blue C M Y K H S L
Decimal 227 73 223 0 0.68 0.02 0.11 301.56 0.73 0.59
Hex E3 49 DF 0 44 2 B 12E 49 3B
Octal 343 111 337 0 104 2 13 456 111 73
Binary 11100011 1001001 11011111 0 1000100 10 1011 100101110 1001001 111011

Color Harmonies of #E349DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E349DF

Black with #E349DF

Text Example


Text Example

White with #E349DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E349DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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