Html Css Color HEX #E340EE Free Speech Magenta

📋 copy color: '#E340EE'

red 227 ◦ green 64 ◦ blue 238

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

Shades of Free Speech Magenta #E340EE

Tints of Free Speech Magenta #E340EE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.1%

 BLUE value IS 238 (93.36% from 255) = 44.99%

R = 42.91%
G = 12.1%
B = 44.99%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E340EE (or 0xE340EE) is known color: Free Speech Magenta. HEX triplet: E3, 40 and EE. RGB value is (227,64,238). Sum of RGB (Red+Green+Blue) = 227+64+238=529 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.91% from 529); Green value is 64 (25.39% from 255 or 12.10% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #E340EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E340EE is #1CBF11. Grayscale: #848484. Windows color (decimal): -1883922 or 15614179. OLE color: 15614179.

HSL color Cylindrical-coordinate representation of color #E340EE: hue angle of 296.21º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E340EE is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 227 64 238 -
CMYK 0.05 0.73 0 0.07
HSL 296.21º 0.84% 0.59% -
HSV(B) 296.21º 0.73% 0.93% -
XYZ 48.94 26.17 83.36 -
YUV 132.57 187.5 195.35 -
System Red Green Blue C M Y K H S L
Decimal 227 64 238 0.05 0.73 0 0.07 296.21 0.84 0.59
Hex E3 40 EE 5 49 0 7 128 54 3B
Octal 343 100 356 5 111 0 7 450 124 73
Binary 11100011 1000000 11101110 101 1001001 0 111 100101000 1010100 111011

Color Harmonies of #E340EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E340EE

Black with #E340EE

Text Example


Text Example

White with #E340EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E340EE; }

 p { color: rgb(227,64,238); }

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

background-color css

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

 a { background-color: rgb(227,64,238); }

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

border-color css

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

 span { border-color: rgb(227,64,238); }

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