#E063BD

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

Shades of Free Speech Magenta #E063BD

Tints of Free Speech Magenta #E063BD

Color information

#E063BD (or 0xE063BD) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 63 and BD. RGB value is (224,99,189). Sum of RGB (Red+Green+Blue) = 224+99+189=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E063BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063BD is #1F9C42. Grayscale: #929292. Windows color (decimal): -2071619 or 12411872. OLE color: 12411872.

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

Color convert

RGB22499189-
CMYK00.560.160.12
HSL316.8º66.84%63.33%-
HSV(B)316.8º55.8%87.84%-
XYZ44.3928.4551.3-
YUV146.64151.91183.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.75%
GREEN value IS 99 (39.06% from 255) = 19.34%
BLUE value IS 189 (74.22% from 255) = 36.91%
R=43.75%
G=19.34%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249918900.560.160.12316.866.8463.33
HexE063BD03810C13d433f
Octal340143275070201447510377
Binary1110000011000111011110101110001000011001001111011000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E063BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E063BD; }

 p { color: rgb(224,99,189); }

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

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

 a { background-color: rgb(224,99,189); }

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

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

 span { border-color: rgb(224,99,189); }

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