#E063D2

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

Shades of Free Speech Magenta #E063D2

Tints of Free Speech Magenta #E063D2

Color information

#E063D2 (or 0xE063D2) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 63 and D2. RGB value is (224,99,210). Sum of RGB (Red+Green+Blue) = 224+99+210=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 210 (82.42% from 255 or 39.40% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E063D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063D2 is #1F9C2D. Grayscale: #949494. Windows color (decimal): -2071598 or 13788128. OLE color: 13788128.

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

Color convert

RGB22499210-
CMYK00.560.060.12
HSL306.72º66.84%63.33%-
HSV(B)306.72º55.8%87.84%-
XYZ46.8429.4264.18-
YUV149.03162.41181.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.03%
GREEN value IS 99 (39.06% from 255) = 18.57%
BLUE value IS 210 (82.42% from 255) = 39.40%
R=42.03%
G=18.57%
B=39.40%

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
Decimal2249921000.560.060.12306.7266.8463.33
HexE063D20386C133433f
Octal34014332207061446310377
Binary11100000110001111010010011100011011001001100111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E063D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E063D2; }

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

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

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

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

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

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

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

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