Html Css Color HEX #E348ED Free Speech Magenta

📋 copy color: '#E348ED'

red 227 ◦ green 72 ◦ blue 237

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

Shades of Free Speech Magenta #E348ED

Tints of Free Speech Magenta #E348ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.22%

R = 42.35%
G = 13.43%
B = 44.22%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E348ED (or 0xE348ED) is known color: Free Speech Magenta. HEX triplet: E3, 48 and ED. RGB value is (227,72,237). Sum of RGB (Red+Green+Blue) = 227+72+237=536 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.35% from 536); Green value is 72 (28.52% from 255 or 13.43% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #E348ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E348ED is #1CB712. Grayscale: #888888. Windows color (decimal): -1881875 or 15550691. OLE color: 15550691.

HSL color Cylindrical-coordinate representation of color #E348ED: hue angle of 296.36º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E348ED is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 227 72 237 -
CMYK 0.04 0.70 0 0.07
HSL 296.36º 0.82% 0.61% -
HSV(B) 296.36º 0.7% 0.93% -
XYZ 49.28 27.08 82.75 -
YUV 137.16 184.35 192.08 -
System Red Green Blue C M Y K H S L
Decimal 227 72 237 0.04 0.70 0 0.07 296.36 0.82 0.61
Hex E3 48 ED 4 46 0 7 128 52 3D
Octal 343 110 355 4 106 0 7 450 122 75
Binary 11100011 1001000 11101101 100 1000110 0 111 100101000 1010010 111101

Color Harmonies of #E348ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E348ED

Black with #E348ED

Text Example


Text Example

White with #E348ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E348ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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