Html Css Color HEX #E353BD Free Speech Magenta

📋 copy color: '#E353BD'

red 227 ◦ green 83 ◦ blue 189

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

Shades of Free Speech Magenta #E353BD

Tints of Free Speech Magenta #E353BD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.63%

 BLUE value IS 189 (74.22% from 255) = 37.88%

R = 45.49%
G = 16.63%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E353BD (or 0xE353BD) is known color: Free Speech Magenta. HEX triplet: E3, 53 and BD. RGB value is (227,83,189). Sum of RGB (Red+Green+Blue) = 227+83+189=499 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.49% from 499); Green value is 83 (32.81% from 255 or 16.63% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 227 - color contains mainly: red. Hex color #E353BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E353BD is #1CAC42. Grayscale: #898989. Windows color (decimal): -1879107 or 12407779. OLE color: 12407779.

HSL color Cylindrical-coordinate representation of color #E353BD: hue angle of 315.83º 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 #E353BD is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 83 189 -
CMYK 0 0.63 0.17 0.11
HSL 315.83º 0.72% 0.61% -
HSV(B) 315.83º 0.63% 0.89% -
XYZ 43.96 26.19 50.88 -
YUV 138.14 156.71 191.38 -
System Red Green Blue C M Y K H S L
Decimal 227 83 189 0 0.63 0.17 0.11 315.83 0.72 0.61
Hex E3 53 BD 0 3F 11 B 13C 48 3D
Octal 343 123 275 0 77 21 13 474 110 75
Binary 11100011 1010011 10111101 0 111111 10001 1011 100111100 1001000 111101

Color Harmonies of #E353BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E353BD

Black with #E353BD

Text Example


Text Example

White with #E353BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E353BD; }

 p { color: rgb(227,83,189); }

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

background-color css

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

 a { background-color: rgb(227,83,189); }

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

border-color css

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

 span { border-color: rgb(227,83,189); }

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