#E065C2

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

Shades of Free Speech Magenta #E065C2

Tints of Free Speech Magenta #E065C2

Color information

#E065C2 (or 0xE065C2) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 65 and C2. RGB value is (224,101,194). Sum of RGB (Red+Green+Blue) = 224+101+194=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E065C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E065C2 is #1F9A3D. Grayscale: #949494. Windows color (decimal): -2071102 or 12740064. OLE color: 12740064.

HSL color Cylindrical-coordinate representation of color #E065C2: hue angle of 314.63º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E065C2 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB224101194-
CMYK00.550.130.12
HSL314.63º66.49%63.73%-
HSV(B)314.63º54.91%87.84%-
XYZ45.1329.0554.27-
YUV148.38153.75181.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.16%
GREEN value IS 101 (39.84% from 255) = 19.46%
BLUE value IS 194 (76.17% from 255) = 37.38%
R=43.16%
G=19.46%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410119400.550.130.12314.6366.4963.73
HexE065C2037DC13b4240
Octal3401453020671514473102100
Binary1110000011001011100001001101111101110010011101110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E065C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E065C2; }

 p { color: rgb(224,101,194); }

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

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

 a { background-color: rgb(224,101,194); }

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

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

 span { border-color: rgb(224,101,194); }

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