#E063DD

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

Shades of Free Speech Magenta #E063DD

Tints of Free Speech Magenta #E063DD

Color information

#E063DD (or 0xE063DD) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 63 and DD. RGB value is (224,99,221). Sum of RGB (Red+Green+Blue) = 224+99+221=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 99 (39.06% from 255 or 18.20% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E063DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063DD is #1F9C22. Grayscale: #959595. Windows color (decimal): -2071587 or 14509024. OLE color: 14509024.

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

Color convert

RGB22499221-
CMYK00.560.010.12
HSL301.44º66.84%63.33%-
HSV(B)301.44º55.8%87.84%-
XYZ48.2529.9971.65-
YUV150.28167.91180.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 99 (39.06% from 255) = 18.20%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=41.18%
G=18.20%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249922100.560.010.12301.4466.8463.33
HexE063DD0381C12d433f
Octal34014333507011445510377
Binary111000001100011110111010111000111001001011011000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E063DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E063DD; }

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

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

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

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

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

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

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

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