Html Css Color HEX #E349DB Free Speech Magenta

📋 copy color: '#E349DB'

red 227 ◦ green 73 ◦ blue 219

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

Shades of Free Speech Magenta #E349DB

Tints of Free Speech Magenta #E349DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 43.74%
G = 14.07%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E349DB (or 0xE349DB) is known color: Free Speech Magenta. HEX triplet: E3, 49 and DB. RGB value is (227,73,219). Sum of RGB (Red+Green+Blue) = 227+73+219=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 73 (28.91% from 255 or 14.07% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 227 - color contains mainly: red. Hex color #E349DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E349DB is #1CB624. Grayscale: #878787. Windows color (decimal): -1881637 or 14371299. OLE color: 14371299.

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

Color convert

RGB 227 73 219 -
CMYK 0 0.68 0.04 0.11
HSL 303.12º 0.73% 0.59% -
HSV(B) 303.12º 0.68% 0.89% -
XYZ 46.85 26.21 69.61 -
YUV 135.69 175.02 193.13 -
System Red Green Blue C M Y K H S L
Decimal 227 73 219 0 0.68 0.04 0.11 303.12 0.73 0.59
Hex E3 49 DB 0 44 4 B 12F 49 3B
Octal 343 111 333 0 104 4 13 457 111 73
Binary 11100011 1001001 11011011 0 1000100 100 1011 100101111 1001001 111011

Color Harmonies of #E349DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E349DB

Black with #E349DB

Text Example


Text Example

White with #E349DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E349DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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