Html Css Color HEX #E350BB Free Speech Magenta

📋 copy color: '#E350BB'

red 227 ◦ green 80 ◦ blue 187

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

Shades of Free Speech Magenta #E350BB

Tints of Free Speech Magenta #E350BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.85%

R = 45.95%
G = 16.19%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E350BB (or 0xE350BB) is known color: Free Speech Magenta. HEX triplet: E3, 50 and BB. RGB value is (227,80,187). Sum of RGB (Red+Green+Blue) = 227+80+187=494 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.95% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 227 - color contains mainly: red. Hex color #E350BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E350BB is #1CAF44. Grayscale: #878787. Windows color (decimal): -1879877 or 12275939. OLE color: 12275939.

HSL color Cylindrical-coordinate representation of color #E350BB: hue angle of 316.33º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E350BB is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 80 187 -
CMYK 0 0.65 0.18 0.11
HSL 316.33º 0.72% 0.6% -
HSV(B) 316.33º 0.65% 0.89% -
XYZ 43.52 25.66 49.67 -
YUV 136.15 156.7 192.8 -
System Red Green Blue C M Y K H S L
Decimal 227 80 187 0 0.65 0.18 0.11 316.33 0.72 0.6
Hex E3 50 BB 0 41 12 B 13C 48 3C
Octal 343 120 273 0 101 22 13 474 110 74
Binary 11100011 1010000 10111011 0 1000001 10010 1011 100111100 1001000 111100

Color Harmonies of #E350BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E350BB

Black with #E350BB

Text Example


Text Example

White with #E350BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E350BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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