Html Css Color HEX #E340EB Free Speech Magenta

📋 copy color: '#E340EB'

red 227 ◦ green 64 ◦ blue 235

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

Shades of Free Speech Magenta #E340EB

Tints of Free Speech Magenta #E340EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 43.16%
G = 12.17%
B = 44.68%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E340EB (or 0xE340EB) is known color: Free Speech Magenta. HEX triplet: E3, 40 and EB. RGB value is (227,64,235). Sum of RGB (Red+Green+Blue) = 227+64+235=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 64 (25.39% from 255 or 12.17% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #E340EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E340EB is #1CBF14. Grayscale: #838383. Windows color (decimal): -1883925 or 15417571. OLE color: 15417571.

HSL color Cylindrical-coordinate representation of color #E340EB: hue angle of 297.19º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E340EB is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 227 64 235 -
CMYK 0.03 0.73 0 0.08
HSL 297.19º 0.81% 0.59% -
HSV(B) 297.19º 0.73% 0.92% -
XYZ 48.51 26 81.06 -
YUV 132.23 186 195.6 -
System Red Green Blue C M Y K H S L
Decimal 227 64 235 0.03 0.73 0 0.08 297.19 0.81 0.59
Hex E3 40 EB 3 49 0 8 129 51 3B
Octal 343 100 353 3 111 0 10 451 121 73
Binary 11100011 1000000 11101011 11 1001001 0 1000 100101001 1010001 111011

Color Harmonies of #E340EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E340EB

Black with #E340EB

Text Example


Text Example

White with #E340EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E340EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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