Html Css Color HEX #E350EB Free Speech Magenta

📋 copy color: '#E350EB'

red 227 ◦ green 80 ◦ blue 235

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

Shades of Free Speech Magenta #E350EB

Tints of Free Speech Magenta #E350EB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.76%

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

R = 41.88%
G = 14.76%
B = 43.36%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E350EB (or 0xE350EB) is known color: Free Speech Magenta. HEX triplet: E3, 50 and EB. RGB value is (227,80,235). Sum of RGB (Red+Green+Blue) = 227+80+235=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 80 (31.64% from 255 or 14.76% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #E350EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E350EB is #1CAF14. Grayscale: #8D8D8D. Windows color (decimal): -1879829 or 15421667. OLE color: 15421667.

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

Color convert

RGB 227 80 235 -
CMYK 0.03 0.66 0 0.08
HSL 296.9º 0.79% 0.62% -
HSV(B) 296.9º 0.66% 0.92% -
XYZ 49.54 28.07 81.4 -
YUV 141.62 180.7 188.9 -
System Red Green Blue C M Y K H S L
Decimal 227 80 235 0.03 0.66 0 0.08 296.9 0.79 0.62
Hex E3 50 EB 3 42 0 8 129 4F 3E
Octal 343 120 353 3 102 0 10 451 117 76
Binary 11100011 1010000 11101011 11 1000010 0 1000 100101001 1001111 111110

Color Harmonies of #E350EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E350EB

Black with #E350EB

Text Example


Text Example

White with #E350EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E350EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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