#e063e2

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

Shades of Free Speech Magenta #E063E2

Tints of Free Speech Magenta #E063E2

Color information

#E063E2 (or 0xE063E2) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 63 and E2. RGB value is (224,99,226). Sum of RGB (Red+Green+Blue) = 224+99+226=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 99 (39.06% from 255 or 18.03% from 549); Blue value is 226 (88.67% from 255 or 41.17% from 549); Max value from RGB is 226 - color contains mainly: blue. Hex color #E063E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063E2 is #1F9C1D. Grayscale: #969696. Windows color (decimal): -2071582 or 14836704. OLE color: 14836704.

HSL color Cylindrical-coordinate representation of color #E063E2: hue angle of 299.06º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E063E2 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22499226-
CMYK0.010.5600.11
HSL299.06º68.65%63.73%-
HSV(B)299.06º56.19%88.63%-
XYZ48.9330.2675.21-
YUV150.85170.41180.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.80%
GREEN value IS 99 (39.06% from 255) = 18.03%
BLUE value IS 226 (88.67% from 255) = 41.17%
R=40.80%
G=18.03%
B=41.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal224992260.010.5600.11299.0668.6563.73
HexE063E21380B12b4540
Octal340143342170013453105100
Binary1110000011000111110001011110000101110010101110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e063e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e063e2; }

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

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

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

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

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

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

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

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