Html Css Color HEX #E348DC Free Speech Magenta

📋 copy color: '#E348DC'

red 227 ◦ green 72 ◦ blue 220

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

Shades of Free Speech Magenta #E348DC

Tints of Free Speech Magenta #E348DC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.87%

 BLUE value IS 220 (86.33% from 255) = 42.39%

R = 43.74%
G = 13.87%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E348DC (or 0xE348DC) is known color: Free Speech Magenta. HEX triplet: E3, 48 and DC. RGB value is (227,72,220). Sum of RGB (Red+Green+Blue) = 227+72+220=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 72 (28.52% from 255 or 13.87% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 227 - color contains mainly: red. Hex color #E348DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E348DC is #1CB723. Grayscale: #868686. Windows color (decimal): -1881892 or 14436579. OLE color: 14436579.

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

Color convert

RGB 227 72 220 -
CMYK 0 0.68 0.03 0.11
HSL 302.71º 0.73% 0.59% -
HSV(B) 302.71º 0.68% 0.89% -
XYZ 46.91 26.13 70.28 -
YUV 135.22 175.85 193.47 -
System Red Green Blue C M Y K H S L
Decimal 227 72 220 0 0.68 0.03 0.11 302.71 0.73 0.59
Hex E3 48 DC 0 44 3 B 12F 49 3B
Octal 343 110 334 0 104 3 13 457 111 73
Binary 11100011 1001000 11011100 0 1000100 11 1011 100101111 1001001 111011

Color Harmonies of #E348DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E348DC

Black with #E348DC

Text Example


Text Example

White with #E348DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E348DC; }

 p { color: rgb(227,72,220); }

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

background-color css

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

 a { background-color: rgb(227,72,220); }

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

border-color css

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

 span { border-color: rgb(227,72,220); }

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