Html Css Color HEX #E355BD Free Speech Magenta

📋 copy color: '#E355BD'

red 227 ◦ green 85 ◦ blue 189

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

Shades of Free Speech Magenta #E355BD

Tints of Free Speech Magenta #E355BD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.97%

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

R = 45.31%
G = 16.97%
B = 37.72%

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

#E355BD (or 0xE355BD) is known color: Free Speech Magenta. HEX triplet: E3, 55 and BD. RGB value is (227,85,189). Sum of RGB (Red+Green+Blue) = 227+85+189=501 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.31% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 227 - color contains mainly: red. Hex color #E355BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355BD is #1CAA42. Grayscale: #8B8B8B. Windows color (decimal): -1878595 or 12408291. OLE color: 12408291.

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

Color convert

RGB 227 85 189 -
CMYK 0 0.63 0.17 0.11
HSL 316.06º 0.72% 0.61% -
HSV(B) 316.06º 0.63% 0.89% -
XYZ 44.11 26.5 50.93 -
YUV 139.31 156.04 190.54 -
System Red Green Blue C M Y K H S L
Decimal 227 85 189 0 0.63 0.17 0.11 316.06 0.72 0.61
Hex E3 55 BD 0 3F 11 B 13C 48 3D
Octal 343 125 275 0 77 21 13 474 110 75
Binary 11100011 1010101 10111101 0 111111 10001 1011 100111100 1001000 111101

Color Harmonies of #E355BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E355BD

Black with #E355BD

Text Example


Text Example

White with #E355BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E355BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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