Html Css Color HEX #E348F4 Free Speech Magenta

📋 copy color: '#E348F4'

red 227 ◦ green 72 ◦ blue 244

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

Shades of Free Speech Magenta #E348F4

Tints of Free Speech Magenta #E348F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 44.94%

R = 41.8%
G = 13.26%
B = 44.94%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E348F4 (or 0xE348F4) is known color: Free Speech Magenta. HEX triplet: E3, 48 and F4. RGB value is (227,72,244). Sum of RGB (Red+Green+Blue) = 227+72+244=543 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.80% from 543); Green value is 72 (28.52% from 255 or 13.26% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 244 - color contains mainly: blue. Hex color #E348F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E348F4 is #1CB70B. Grayscale: #898989. Windows color (decimal): -1881868 or 16009443. OLE color: 16009443.

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

Color convert

RGB 227 72 244 -
CMYK 0.07 0.70 0 0.04
HSL 294.07º 0.89% 0.62% -
HSV(B) 294.07º 0.7% 0.96% -
XYZ 50.33 27.5 88.24 -
YUV 137.95 187.85 191.51 -
System Red Green Blue C M Y K H S L
Decimal 227 72 244 0.07 0.70 0 0.04 294.07 0.89 0.62
Hex E3 48 F4 7 46 0 4 126 59 3E
Octal 343 110 364 7 106 0 4 446 131 76
Binary 11100011 1001000 11110100 111 1000110 0 100 100100110 1011001 111110

Color Harmonies of #E348F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E348F4

Black with #E348F4

Text Example


Text Example

White with #E348F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E348F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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