Html Css Color HEX #E358EB Free Speech Magenta

📋 copy color: '#E358EB'

red 227 ◦ green 88 ◦ blue 235

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

Shades of Free Speech Magenta #E358EB

Tints of Free Speech Magenta #E358EB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16%

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

R = 41.27%
G = 16%
B = 42.73%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E358EB (or 0xE358EB) is known color: Free Speech Magenta. HEX triplet: E3, 58 and EB. RGB value is (227,88,235). Sum of RGB (Red+Green+Blue) = 227+88+235=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 88 (34.77% from 255 or 16% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #E358EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E358EB is #1CA714. Grayscale: #919191. Windows color (decimal): -1877781 or 15423715. OLE color: 15423715.

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

Color convert

RGB 227 88 235 -
CMYK 0.03 0.63 0 0.08
HSL 296.73º 0.79% 0.63% -
HSV(B) 296.73º 0.63% 0.92% -
XYZ 50.16 29.31 81.61 -
YUV 146.32 178.05 185.55 -
System Red Green Blue C M Y K H S L
Decimal 227 88 235 0.03 0.63 0 0.08 296.73 0.79 0.63
Hex E3 58 EB 3 3F 0 8 129 4F 3F
Octal 343 130 353 3 77 0 10 451 117 77
Binary 11100011 1011000 11101011 11 111111 0 1000 100101001 1001111 111111

Color Harmonies of #E358EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E358EB

Black with #E358EB

Text Example


Text Example

White with #E358EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E358EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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