Html Css Color HEX #E348EF Free Speech Magenta

📋 copy color: '#E348EF'

red 227 ◦ green 72 ◦ blue 239

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

Shades of Free Speech Magenta #E348EF

Tints of Free Speech Magenta #E348EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.42%

R = 42.19%
G = 13.38%
B = 44.42%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E348EF (or 0xE348EF) is known color: Free Speech Magenta. HEX triplet: E3, 48 and EF. RGB value is (227,72,239). Sum of RGB (Red+Green+Blue) = 227+72+239=538 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.19% from 538); Green value is 72 (28.52% from 255 or 13.38% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #E348EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E348EF is #1CB710. Grayscale: #888888. Windows color (decimal): -1881873 or 15681763. OLE color: 15681763.

HSL color Cylindrical-coordinate representation of color #E348EF: hue angle of 295.69º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E348EF is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 227 72 239 -
CMYK 0.05 0.70 0 0.06
HSL 295.69º 0.84% 0.61% -
HSV(B) 295.69º 0.7% 0.94% -
XYZ 49.58 27.2 84.3 -
YUV 137.38 185.35 191.92 -
System Red Green Blue C M Y K H S L
Decimal 227 72 239 0.05 0.70 0 0.06 295.69 0.84 0.61
Hex E3 48 EF 5 46 0 6 128 54 3D
Octal 343 110 357 5 106 0 6 450 124 75
Binary 11100011 1001000 11101111 101 1000110 0 110 100101000 1010100 111101

Color Harmonies of #E348EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E348EF

Black with #E348EF

Text Example


Text Example

White with #E348EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E348EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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