#E063D3

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

Shades of Free Speech Magenta #E063D3

Tints of Free Speech Magenta #E063D3

Color information

#E063D3 (or 0xE063D3) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 63 and D3. RGB value is (224,99,211). Sum of RGB (Red+Green+Blue) = 224+99+211=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 99 (39.06% from 255 or 18.54% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E063D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063D3 is #1F9C2C. Grayscale: #949494. Windows color (decimal): -2071597 or 13853664. OLE color: 13853664.

HSL color Cylindrical-coordinate representation of color #E063D3: hue angle of 306.24º 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 #E063D3 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB22499211-
CMYK00.560.060.12
HSL306.24º66.84%63.33%-
HSV(B)306.24º55.8%87.84%-
XYZ46.9629.4764.84-
YUV149.14162.91181.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.95%
GREEN value IS 99 (39.06% from 255) = 18.54%
BLUE value IS 211 (82.81% from 255) = 39.51%
R=41.95%
G=18.54%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249921100.560.060.12306.2466.8463.33
HexE063D30386C132433f
Octal34014332307061446210377
Binary11100000110001111010011011100011011001001100101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E063D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E063D3; }

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

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

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

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

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

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

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

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