#e061c3

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

Shades of Free Speech Magenta #E061C3

Tints of Free Speech Magenta #E061C3

Color information

#E061C3 (or 0xE061C3) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 61 and C3. RGB value is (224,97,195). Sum of RGB (Red+Green+Blue) = 224+97+195=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E061C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E061C3 is #1F9E3C. Grayscale: #919191. Windows color (decimal): -2072125 or 12804576. OLE color: 12804576.

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

Color convert

RGB22497195-
CMYK00.570.130.12
HSL313.7º67.2%62.94%-
HSV(B)313.7º56.7%87.84%-
XYZ44.8728.3454.73-
YUV146.14155.58183.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.41%
GREEN value IS 97 (38.28% from 255) = 18.80%
BLUE value IS 195 (76.56% from 255) = 37.79%
R=43.41%
G=18.80%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249719500.570.130.12313.767.262.94
HexE061C3039DC13a433f
Octal340141303071151447210377
Binary111000001100001110000110111001110111001001110101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e061c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e061c3; }

 p { color: rgb(224,97,195); }

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

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

 a { background-color: rgb(224,97,195); }

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

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

 span { border-color: rgb(224,97,195); }

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