Html Css Color HEX #E355BB Free Speech Magenta

📋 copy color: '#E355BB'

red 227 ◦ green 85 ◦ blue 187

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

Shades of Free Speech Magenta #E355BB

Tints of Free Speech Magenta #E355BB

RGB

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

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

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

R = 45.49%
G = 17.03%
B = 37.47%

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

#E355BB (or 0xE355BB) is known color: Free Speech Magenta. HEX triplet: E3, 55 and BB. RGB value is (227,85,187). Sum of RGB (Red+Green+Blue) = 227+85+187=499 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.49% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 227 - color contains mainly: red. Hex color #E355BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E355BB is #1CAA44. Grayscale: #8A8A8A. Windows color (decimal): -1878597 or 12277219. OLE color: 12277219.

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

Color convert

RGB 227 85 187 -
CMYK 0 0.63 0.18 0.11
HSL 316.9º 0.72% 0.61% -
HSV(B) 316.9º 0.63% 0.89% -
XYZ 43.9 26.42 49.8 -
YUV 139.09 155.04 190.71 -
System Red Green Blue C M Y K H S L
Decimal 227 85 187 0 0.63 0.18 0.11 316.9 0.72 0.61
Hex E3 55 BB 0 3F 12 B 13D 48 3D
Octal 343 125 273 0 77 22 13 475 110 75
Binary 11100011 1010101 10111011 0 111111 10010 1011 100111101 1001000 111101

Color Harmonies of #E355BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E355BB

Black with #E355BB

Text Example


Text Example

White with #E355BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E355BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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