#E165BF

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

Shades of Free Speech Magenta #E165BF

Tints of Free Speech Magenta #E165BF

Color information

#E165BF (or 0xE165BF) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 65 and BF. RGB value is (225,101,191). Sum of RGB (Red+Green+Blue) = 225+101+191=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E165BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E165BF is #1E9A40. Grayscale: #949494. Windows color (decimal): -2005569 or 12543457. OLE color: 12543457.

HSL color Cylindrical-coordinate representation of color #E165BF: hue angle of 316.45º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E165BF is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB225101191-
CMYK00.550.150.12
HSL316.45º67.39%63.92%-
HSV(B)316.45º55.11%88.24%-
XYZ45.1129.0852.53-
YUV148.34152.08182.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.52%
GREEN value IS 101 (39.84% from 255) = 19.54%
BLUE value IS 191 (75% from 255) = 36.94%
R=43.52%
G=19.54%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22510119100.550.150.12316.4567.3963.92
HexE165BF037FC13c4340
Octal3411452770671714474103100
Binary1110000111001011011111101101111111110010011110010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E165BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E165BF; }

 p { color: rgb(225,101,191); }

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

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

 a { background-color: rgb(225,101,191); }

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

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

 span { border-color: rgb(225,101,191); }

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