#E063DE

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

Shades of Free Speech Magenta #E063DE

Tints of Free Speech Magenta #E063DE

Color information

#E063DE (or 0xE063DE) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 63 and DE. RGB value is (224,99,222). Sum of RGB (Red+Green+Blue) = 224+99+222=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 99 (39.06% from 255 or 18.17% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E063DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063DE is #1F9C21. Grayscale: #969696. Windows color (decimal): -2071586 or 14574560. OLE color: 14574560.

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

Color convert

RGB22499222-
CMYK00.560.010.12
HSL300.96º66.84%63.33%-
HSV(B)300.96º55.8%87.84%-
XYZ48.3930.0472.36-
YUV150.4168.41180.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.10%
GREEN value IS 99 (39.06% from 255) = 18.17%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=41.10%
G=18.17%
B=40.73%

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
Decimal2249922200.560.010.12300.9666.8463.33
HexE063DE0381C12d433f
Octal34014333607011445510377
Binary111000001100011110111100111000111001001011011000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E063DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E063DE; }

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

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

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

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

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

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

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

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