Html Css Color HEX #E354BA Free Speech Magenta

📋 copy color: '#E354BA'

red 227 ◦ green 84 ◦ blue 186

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

Shades of Free Speech Magenta #E354BA

Tints of Free Speech Magenta #E354BA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.9%

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 45.67%
G = 16.9%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E354BA (or 0xE354BA) is known color: Free Speech Magenta. HEX triplet: E3, 54 and BA. RGB value is (227,84,186). Sum of RGB (Red+Green+Blue) = 227+84+186=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 227 - color contains mainly: red. Hex color #E354BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E354BA is #1CAB45. Grayscale: #8A8A8A. Windows color (decimal): -1878854 or 12211427. OLE color: 12211427.

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

Color convert

RGB 227 84 186 -
CMYK 0 0.63 0.18 0.11
HSL 317.2º 0.72% 0.61% -
HSV(B) 317.2º 0.63% 0.89% -
XYZ 43.71 26.22 49.21 -
YUV 138.39 154.88 191.21 -
System Red Green Blue C M Y K H S L
Decimal 227 84 186 0 0.63 0.18 0.11 317.2 0.72 0.61
Hex E3 54 BA 0 3F 12 B 13D 48 3D
Octal 343 124 272 0 77 22 13 475 110 75
Binary 11100011 1010100 10111010 0 111111 10010 1011 100111101 1001000 111101

Color Harmonies of #E354BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E354BA

Black with #E354BA

Text Example


Text Example

White with #E354BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E354BA; }

 p { color: rgb(227,84,186); }

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

background-color css

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

 a { background-color: rgb(227,84,186); }

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

border-color css

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

 span { border-color: rgb(227,84,186); }

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