#E360BD

Color #E360BD Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E360BD

Tints of Free Speech Magenta #E360BD

Color information

#E360BD (or 0xE360BD) is unknown color: approx Free Speech Magenta. HEX triplet: E3, 60 and BD. RGB value is (227,96,189). Sum of RGB (Red+Green+Blue) = 227+96+189=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 227 - color contains mainly: red. Hex color #E360BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E360BD is #1C9F42. Grayscale: #919191. Windows color (decimal): -1875779 or 12411107. OLE color: 12411107.

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

Color convert

RGB22796189-
CMYK00.580.170.11
HSL317.4º70.05%63.33%-
HSV(B)317.4º57.71%89.02%-
XYZ45.0528.3751.25-
YUV145.77152.4185.94-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.34%
GREEN value IS 96 (37.89% from 255) = 18.75%
BLUE value IS 189 (74.22% from 255) = 36.91%
R=44.34%
G=18.75%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2279618900.580.170.11317.470.0563.33
HexE360BD03A11B13d463f
Octal343140275072211347510677
Binary1110001111000001011110101110101000110111001111011000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E360BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E360BD; }

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

 H1.HeaderClassName
 {
   color: #E360BD;
 }
 .AnyTagClassName
 {
   color: #E360BD;
 }
</style>
background-color css

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

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

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

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

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

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