Html Css Color HEX #E355EB Free Speech Magenta

📋 copy color: '#E355EB'

red 227 ◦ green 85 ◦ blue 235

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

Shades of Free Speech Magenta #E355EB

Tints of Free Speech Magenta #E355EB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.54%

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

R = 41.5%
G = 15.54%
B = 42.96%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E355EB (or 0xE355EB) is known color: Free Speech Magenta. HEX triplet: E3, 55 and EB. RGB value is (227,85,235). Sum of RGB (Red+Green+Blue) = 227+85+235=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 85 (33.59% from 255 or 15.54% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #E355EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E355EB is #1CAA14. Grayscale: #909090. Windows color (decimal): -1878549 or 15422947. OLE color: 15422947.

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

Color convert

RGB 227 85 235 -
CMYK 0.03 0.64 0 0.08
HSL 296.8º 0.79% 0.63% -
HSV(B) 296.8º 0.64% 0.92% -
XYZ 49.92 28.83 81.53 -
YUV 144.56 179.04 186.8 -
System Red Green Blue C M Y K H S L
Decimal 227 85 235 0.03 0.64 0 0.08 296.8 0.79 0.63
Hex E3 55 EB 3 40 0 8 129 4F 3F
Octal 343 125 353 3 100 0 10 451 117 77
Binary 11100011 1010101 11101011 11 1000000 0 1000 100101001 1001111 111111

Color Harmonies of #E355EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E355EB

Black with #E355EB

Text Example


Text Example

White with #E355EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E355EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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