#E063D4

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

Shades of Free Speech Magenta #E063D4

Tints of Free Speech Magenta #E063D4

Color information

#E063D4 (or 0xE063D4) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 63 and D4. RGB value is (224,99,212). Sum of RGB (Red+Green+Blue) = 224+99+212=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 99 (39.06% from 255 or 18.50% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E063D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063D4 is #1F9C2B. Grayscale: #949494. Windows color (decimal): -2071596 or 13919200. OLE color: 13919200.

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

Color convert

RGB22499212-
CMYK00.560.050.12
HSL305.76º66.84%63.33%-
HSV(B)305.76º55.8%87.84%-
XYZ47.0929.5265.5-
YUV149.26163.41181.31-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.87%
GREEN value IS 99 (39.06% from 255) = 18.50%
BLUE value IS 212 (83.20% from 255) = 39.63%
R=41.87%
G=18.50%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249921200.560.050.12305.7666.8463.33
HexE063D40385C132433f
Octal34014332407051446210377
Binary11100000110001111010100011100010111001001100101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E063D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E063D4; }

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

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

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

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

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

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

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

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